File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [" config:recommended" , " :dependencyDashboard" ],
44 "enabledManagers" : [" mise" , " gomod" , " github-actions" ],
5+ "minimumReleaseAge" : " 1 days" ,
56 "packageRules" : [
6- {
7- "description" : " Automerge minor and patch updates after one day " ,
7+ {
8+ "description" : " Automerge minor and patch updates" ,
89 "matchUpdateTypes" : [" minor" , " patch" ],
9- "minimumReleaseAge" : " 1 days" ,
1010 "automerge" : true
1111 },
1212 {
13- "description" : " Automerge all GitHub Actions updates after one day " ,
13+ "description" : " Automerge all GitHub Actions updates" ,
1414 "matchManagers" : [" github-actions" ],
15- "minimumReleaseAge" : " 1 days" ,
1615 "automerge" : true
17- },
16+ }
1817 {
1918 "description" : " Group all Go updates together" ,
2019 "matchManagers" : [" mise" , " gomod" ],
You can’t perform that action at this time.
0 commit comments