Skip to content

Commit cb17a44

Browse files
authored
feat: Update rangeStrategy for ESLint groups (#22)
* feat: Update matchUpdateTypes for ESLint groups fixes #21 * Refactor ESLint update types configuration * Update ESLint configuration for versioning strategy Removed individual versioning for major, minor, and patch updates in ESLint configuration. * Remove major update match type for ESLint dependencies
1 parent 0a34dcf commit cb17a44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/renovate/eslint-base.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
matchPackagePrefixes: ["@eslint/"],
99
matchPackageNames: ["espree", "eslint-scope", "eslint-visitor-keys"],
1010
minimumReleaseAge: null, // Don't wait for these packages
11+
rangeStrategy: "bump",
1112
},
1213
{
1314
description: "Update ESLint dev dependencies together.",

0 commit comments

Comments
 (0)