Skip to content

Commit e22974f

Browse files
authored
Update renovate.json (#575)
1 parent d87973e commit e22974f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

renovate.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,5 @@
1818
"datasourceTemplate": "docker",
1919
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
2020
}
21-
],
22-
"packageRules": [
23-
{
24-
"matchManagers": ["regex"],
25-
"matchUpdateTypes": ["patch"],
26-
"semanticCommitType": "fix"
27-
},
28-
{
29-
"matchManagers": ["regex"],
30-
"matchUpdateTypes": ["minor"],
31-
"semanticCommitType": "feat"
32-
},
33-
{
34-
"description": "Do not allow major version updates - these should be done manually to ensure no breaking changes",
35-
"matchManagers": ["regex"],
36-
"matchUpdateTypes": ["major"],
37-
"enabled": false
38-
}
3921
]
4022
}

0 commit comments

Comments
 (0)