Skip to content

Commit

Permalink
Merge pull request #1311 from MetRonnie/renovate-config
Browse files Browse the repository at this point in the history
Update renovate config
  • Loading branch information
oliver-sanders authored Jun 14, 2023
2 parents 408601b + 3f19cee commit 9a49c59
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"extends": [
"config:base"
"config:js-app"
],
"labels": ["dependencies", "javascript"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "replace"
"matchPackagePatterns": ["^@lumino/"],
"groupName": "lumino packages"
},
{
"matchPackagePatterns": ["^eslint"],
"groupName": "eslint packages"
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 9a49c59

Please sign in to comment.