Skip to content

Commit ba079dd

Browse files
Migrate renovate config (#132)
Migrate config .github/renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 223ec18 commit ba079dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/renovate.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"baseBranches": ["main"],
3-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
4-
"extends": [
5-
"github>rainbowdashlabs/rainbowdashlabs"
6-
]
2+
"baseBranchPatterns": [
3+
"main"
4+
],
5+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
6+
"extends": [
7+
"github>rainbowdashlabs/rainbowdashlabs"
8+
]
79
}

0 commit comments

Comments
 (0)