Skip to content

Commit a44acb5

Browse files
authored
Create renovate.json
1 parent 8380f43 commit a44acb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
":ignoreUnstable",
5+
":rebaseStalePrs",
6+
"workarounds:all",
7+
":semanticPrefixFixDepsChoreOthers",
8+
":autodetectPinVersions",
9+
"group:monorepos",
10+
"group:recommended"
11+
]
12+
}

0 commit comments

Comments
 (0)