We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf20f4 commit 882e462Copy full SHA for 882e462
1 file changed
.github/renovate.json
@@ -4,15 +4,15 @@
4
"enabledManagers": ["mise", "gomod", "github-actions"],
5
"packageRules": [
6
{
7
- "description": "Automerge minor and patch updates after one week",
+ "description": "Automerge minor and patch updates after one day",
8
"matchUpdateTypes": ["minor", "patch"],
9
- "minimumReleaseAge": "7 days",
+ "minimumReleaseAge": "1 days",
10
"automerge": true
11
},
12
13
- "description": "Automerge all GitHub Actions updates after one week",
+ "description": "Automerge all GitHub Actions updates after one day",
14
"matchManagers": ["github-actions"],
15
16
17
18
0 commit comments