Skip to content

Commit

Permalink
Add more renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeadle authored Oct 11, 2023
1 parent 66aab7c commit 2840f69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"extends": [
"config:base"
],
"baseBranches": ["main", "/^main-.*/"]
"baseBranches": ["main", "/^main-.*/"],
"packageRules": [
{
"matchPackagePatterns": ["^eslint"],
"groupName": "eslint packages"
}
],
"rangeStrategy": "bump",
"transitiveRemediation": true
}

0 comments on commit 2840f69

Please sign in to comment.