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 819b250 commit 4024988Copy full SHA for 4024988
renovate.json
@@ -5,7 +5,6 @@
5
":dependencyDashboard",
6
"schedule:daily"
7
],
8
- "semanticCommits": true,
9
"postUpdateOptions": [
10
"gomodTidy"
11
@@ -14,7 +13,17 @@
14
13
"groupName": "all",
15
"force": {
16
"constraints": {
17
- "go": "1.20"
+ "go": "1.21"
18
}
19
- }
+ },
+ "platformAutomerge": true,
20
+ "packageRules": [
21
+ {
22
+ "description": "Automerge non-major updates",
23
+ "matchUpdateTypes": ["minor", "patch"],
24
+ "automerge": true,
25
+ "automergeType": "pr",
26
+ "platformAutomerge": true
27
+ }
28
+ ]
29
0 commit comments