Skip to content
Snippets Groups Projects
Unverified Commit ea926325 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore(renovate): split eslint v9 major update (#30655)

parent 1f6529fd
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,14 @@ ...@@ -53,6 +53,14 @@
"matchPackageNames": ["node"], "matchPackageNames": ["node"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"additionalBranchPrefix": "major" "additionalBranchPrefix": "major"
},
{
"description": "set branch prefix for eslint v9 major update to split from other updates",
"matchPackageNames": ["eslint"],
"matchUpdateTypes": ["major"],
"matchCurrentVersion": "^8.0.0",
"matchNewValue": "/^9.\\d+.\\d+$/",
"additionalBranchPrefix": "eslint-v9"
} }
], ],
"customManagers": [ "customManagers": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment