Skip to content

Commit c155748

Browse files
chore: Renovate: allow major updates (#4572)
* Update Renovate config: allow major updates * Ignore automerge preset
1 parent d5de664 commit c155748

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

renovate.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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"],
@@ -32,11 +32,6 @@
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"],

0 commit comments

Comments
 (0)