Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 2, 2022
1 parent 958c61b commit f4b4e59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"extends": [
"config:base"
],
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchPaths": ["+(composer.json)"],
"enabled": true,
"groupName": "root-composer"
},
{
"matchPaths": ["build-cs/**"],
"enabled": true,
"groupName": "build-cs"
},
{
"matchPaths": [".github/**"],
"enabled": true,
"groupName": "github-actions"
}
]
}

0 comments on commit f4b4e59

Please sign in to comment.