Skip to content

Commit 5188038

Browse files
committed
chore(deps): fix incorrect 'extends' in Renovate config
1 parent 8dca3fc commit 5188038

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

renovate.json5

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"local>LLK/scratch-renovate-config"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
4+
"extends": [
5+
"github>LLK/scratch-renovate-config"
6+
]
67
}

0 commit comments

Comments
 (0)