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 c0092c1 commit 705f840Copy full SHA for 705f840
renovate.json
@@ -0,0 +1,26 @@
1
+{
2
+ "extends": ["config:recommended"],
3
+ "labels": ["dependencies", "renovate"],
4
+ "timezone": "UTC",
5
+ "schedule": ["* 4 * * 1"],
6
+ "packageRules": [
7
+ {
8
+ "matchManagers": ["gomod"],
9
+ "enabled": true,
10
+ "groupName": "Go dependencies",
11
+ "automerge": false
12
+ },
13
14
15
+ "matchDepTypes": ["golang"],
16
+ "groupName": "Go toolchain",
17
+ "automerge": false,
18
+ "rangeStrategy": "bump"
19
20
21
+ "matchManagers": ["github-actions"],
22
+ "groupName": "GitHub Actions",
23
24
+ }
25
+ ]
26
+}
0 commit comments