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 bdb177c commit a9de2afCopy full SHA for a9de2af
renovate.json
@@ -5,5 +5,11 @@
5
"commitMessageExtra": "-> {{#if isMajor}}{{{newMajor}}}{{else}}{{#if isSingleVersion}}{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}} - {{prettyDepType}}",
6
"commitMessageTopic": "{{depName}}",
7
"prHourlyLimit": 0,
8
- "rangeStrategy": "bump"
+ "rangeStrategy": "bump",
9
+ "packageRules": [
10
+ {
11
+ "matchPackageNames": ["node"],
12
+ "enabled": false
13
+ }
14
+ ]
15
}
0 commit comments