Skip to content

Commit 736cebb

Browse files
Update and rename renovate.json to .github/renovate.json
1 parent 18a52e3 commit 736cebb

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

renovate.json renamed to .github/renovate.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
"flux": {
1616
"fileMatch": ["./.+\\.go$", "./.+\\.dart$"]
1717
},
18-
"go": {
19-
"fileMatch": ["\\.go$"],
20-
"ignorePaths": []
21-
},
22-
"dart": {
23-
"fileMatch": ["\\.dart$"],
24-
"ignorePaths": []
25-
},
18+
"packageRules": [
19+
{
20+
"groupName": "server",
21+
"fileMatch": ["*.go$"],
22+
"ignorePaths": []
23+
},
24+
{
25+
"groupName": "app",
26+
"fileMatch": ["*.dart$"],
27+
"ignorePaths": []
28+
},
29+
],
2630
"commitMessageTopic": "{{depName}}",
2731
"commitMessageExtra": "to {{newVersion}}",
2832
"commitMessageSuffix": "",

0 commit comments

Comments
 (0)