File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:best-practices" ],
3+ "extends" : [" github>grafana/grafana-renovate-config/renovate.json" ],
4+ "ignorePresets" : [
5+ " github>grafana/grafana-renovate-config//presets/automerge"
6+ ],
47 "timezone" : " UTC" ,
58 "schedule" : [" before 4am on monday" ],
69 "prConcurrentLimit" : 10 ,
710 "ignoreDeps" : [],
11+ "separateMajorMinor" : true ,
12+ "separateMultipleMajor" : true ,
813 "packageRules" : [
9- {
10- "description" : " Ignore major updates for all dependencies" ,
11- "matchUpdateTypes" : [" major" ],
12- "enabled" : false
13- },
1414 {
1515 "description" : " Group all Go module updates (main project)" ,
1616 "matchManagers" : [" gomod" ],
3232 "groupName" : " docker" ,
3333 "schedule" : [" before 4am on the first day of the month" ]
3434 },
35- {
36- "description" : " Dev containers updates" ,
37- "matchManagers" : [" devcontainer" ],
38- "schedule" : [" before 4am on monday" ]
39- },
4035 {
4136 "description" : " Group all GitHub Actions updates" ,
4237 "matchManagers" : [" github-actions" ],
You can’t perform that action at this time.
0 commit comments