Skip to content

Commit 437cfca

Browse files
chore(config): migrate renovate config (#983)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kamat, Trivikram <[email protected]>
1 parent 12e635a commit 437cfca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":dependencyDashboard"],
3+
"extends": ["config:recommended", ":dependencyDashboard"],
44
"packageRules": [
55
{
6-
"matchPackagePatterns": ["*"],
7-
"enabled": false
6+
"enabled": false,
7+
"matchPackageNames": ["*"]
88
}
99
],
1010
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)