We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a52e3 commit 736cebbCopy full SHA for 736cebb
renovate.json renamed to .github/renovate.json
@@ -15,14 +15,18 @@
15
"flux": {
16
"fileMatch": ["./.+\\.go$", "./.+\\.dart$"]
17
},
18
- "go": {
19
- "fileMatch": ["\\.go$"],
20
- "ignorePaths": []
21
- },
22
- "dart": {
23
- "fileMatch": ["\\.dart$"],
24
25
+ "packageRules": [
+ {
+ "groupName": "server",
+ "fileMatch": ["*.go$"],
+ "ignorePaths": []
+ },
+ "groupName": "app",
26
+ "fileMatch": ["*.dart$"],
27
28
29
+ ],
30
"commitMessageTopic": "{{depName}}",
31
"commitMessageExtra": "to {{newVersion}}",
32
"commitMessageSuffix": "",
0 commit comments