Skip to content

Commit b0f3563

Browse files
build: third attempt to correctly enable Renovate fork processing
1 parent 82be178 commit b0f3563

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": ["github>Osmerion/.github//.github/renovate.json5"],
3-
"forkProcessing": true
2+
"extends": ["github>Osmerion/.github//.github/renovate.json5"]
43
}

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": ["github>Osmerion/sqlite-android//.github/renovate.json5"],
3+
"forkProcessing": true
4+
}

0 commit comments

Comments
 (0)