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.
2 parents f920dd3 + 072676a commit 25efa73Copy full SHA for 25efa73
.github/renovate.json
@@ -2,5 +2,17 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>BitGo/gha-renovate-bot//presets/default"],
4
"baseBranches": ["master"],
5
- "enabledManagers": ["github-actions", "regex"]
+ "enabledManagers": ["github-actions", "regex", "npm"],
6
+ "packageRules": [
7
+ {
8
+ "description": "Disable all npm dependencies by default",
9
+ "matchManagers": ["npm"],
10
+ "enabled": false
11
+ },
12
13
+ "description": "Enable updates only for @bitgo/public-types",
14
+ "matchPackageNames": ["@bitgo/public-types"],
15
+ "enabled": true
16
+ }
17
+ ]
18
}
0 commit comments