We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b099fe8 commit d930866Copy full SHA for d930866
1 file changed
renovate.json
@@ -2,5 +2,31 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
6
+ "postUpdateOptions": ["gomodTidy"],
7
+ "packageRules": [
8
+ {
9
+ "matchManagers": ["gomod"],
10
+ "matchDepTypes": ["golang"],
11
+ "rangeStrategy": "bump",
12
+ "groupName": "Go toolchain"
13
+ },
14
15
+ "matchManagers": ["github-actions"],
16
+ "matchDepNames": ["go"],
17
18
19
20
21
+ "excludePackageNames": ["go"],
22
+ "matchUpdateTypes": ["minor", "patch"],
23
+ "groupName": "Go dependencies (non-major)"
24
25
26
27
28
+ "matchUpdateTypes": ["major"],
29
+ "groupName": "Go dependencies (major)"
30
+ }
31
]
32
}
0 commit comments