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 ed73a67 commit 6ca7618Copy full SHA for 6ca7618
renovate.json
@@ -1,8 +1,7 @@
1
{
2
- "extends": ["config:base"],
+ "extends": ["config:recommended"],
3
"baseBranches": ["v2", "v1"],
4
"enabledManagers": ["cargo", "npm"],
5
- "semanticCommitType": "chore",
6
"labels": ["dependencies"],
7
"ignorePaths": [
8
"**/node_modules/**",
@@ -16,6 +15,10 @@
16
15
],
17
"rangeStrategy": "replace",
18
"packageRules": [
+ {
19
+ "semanticCommitType": "chore",
20
+ "matchPackageNames": ["*"]
21
+ },
22
23
"description": "Disable node/pnpm version updates",
24
"matchPackageNames": ["node", "pnpm"],
0 commit comments