Skip to content

Commit 072676a

Browse files
committed
chore: configure updates for public-types only
TICKET: DX-1800
1 parent f920dd3 commit 072676a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>BitGo/gha-renovate-bot//presets/default"],
44
"baseBranches": ["master"],
5-
"enabledManagers": ["github-actions", "regex"]
5+
"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+
]
618
}

0 commit comments

Comments
 (0)