We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80ef4e + 259be7b commit 3655df8Copy full SHA for 3655df8
1 file changed
renovate.json
@@ -0,0 +1,25 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "schedule": ["every monday"],
4
+ "packageRules": [
5
+ {
6
+ "matchManagers": ["gomod"],
7
+ "matchUpdateTypes": ["digest"],
8
+ "enabled": false
9
+ },
10
11
12
+ "matchDepTypes": ["indirect"],
13
14
15
16
17
+ "matchUpdateTypes": ["minor", "patch"],
18
+ "groupName": "go module minor/patch updates"
19
20
21
+ "matchManagers": ["dockerfile"],
22
+ "groupName": "docker image updates"
23
+ }
24
+ ]
25
+}
0 commit comments