Skip to content

Commit fe4a56e

Browse files
chore(config): migrate renovate config (#1972)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Zempel <jzempel@gmail.com>
1 parent 32efd49 commit fe4a56e

File tree

3 files changed

+115
-152
lines changed

3 files changed

+115
-152
lines changed

.github/renovate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"extends": ["config:base"],
3-
"rebaseStalePrs": true,
2+
"extends": ["config:recommended"],
3+
"rebaseWhen": "behind-base-branch",
44
"ignorePaths": ["**/node_modules/**", "packages/dropdowns.legacy/**"],
55
"schedule": ["on Monday every 9 weeks of the year starting on the 5th week"],
66
"labels": ["PR: Internal :seedling:"],
77
"postUpdateOptions": ["npmDedupe"],
88
"packageRules": [
99
{
10-
"matchFiles": ["package.json"],
10+
"matchFileNames": ["package.json"],
1111
"matchUpdateTypes": ["patch", "minor"],
1212
"groupName": "non-major shared dependencies",
1313
"groupSlug": "shared-minor-patch"
1414
},
1515
{
16-
"matchPaths": ["packages/**"],
16+
"matchFileNames": ["packages/**"],
1717
"matchUpdateTypes": ["patch", "minor"],
1818
"groupName": "non-major package dependencies",
1919
"groupSlug": "packages-minor-patch"
2020
},
2121
{
22-
"matchPackagePatterns": ["^@zendeskgarden/react"],
23-
"enabled": false
22+
"enabled": false,
23+
"matchPackageNames": ["/^@zendeskgarden/react/"]
2424
},
2525
{
2626
"matchDepTypes": ["peerDependencies"],

0 commit comments

Comments
 (0)