We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87973e commit e22974fCopy full SHA for e22974f
renovate.json
@@ -18,23 +18,5 @@
18
"datasourceTemplate": "docker",
19
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
20
}
21
- ],
22
- "packageRules": [
23
- {
24
- "matchManagers": ["regex"],
25
- "matchUpdateTypes": ["patch"],
26
- "semanticCommitType": "fix"
27
- },
28
29
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
36
- "matchUpdateTypes": ["major"],
37
- "enabled": false
38
- }
39
]
40
0 commit comments