Skip to content

Commit a7cd6fb

Browse files
chore(config): migrate config .github/renovate.json (#526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2095cf5 commit a7cd6fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/renovate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"extends": ["config:base"],
3-
"rebaseStalePrs": true,
2+
"extends": ["config:recommended"],
3+
"rebaseWhen": "behind-base-branch",
44
"schedule": ["on Monday every 9 weeks of the year starting on the 6th week"],
55
"postUpdateOptions": ["npmDedupe"],
66
"packageRules": [
77
{
8-
"matchFiles": ["package.json"],
8+
"matchFileNames": ["package.json"],
99
"matchUpdateTypes": ["patch", "minor"],
1010
"groupName": "non-major shared dependencies",
1111
"groupSlug": "shared-minor-patch"
1212
},
1313
{
14-
"matchPaths": ["packages/**"],
14+
"matchFileNames": ["packages/**"],
1515
"matchUpdateTypes": ["patch", "minor"],
1616
"groupName": "non-major package dependencies",
1717
"groupSlug": "packages-minor-patch"
1818
},
1919
{
20-
"matchPackagePatterns": ["^@zendeskgarden/css"],
21-
"enabled": false
20+
"enabled": false,
21+
"matchPackageNames": ["/^@zendeskgarden/css/"]
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)