Skip to content

Commit

Permalink
Update and rename renovate.json to .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 2, 2022
1 parent 6997819 commit 2a8571b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .github/renovate.json
@@ -0,0 +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"
}
]
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 2a8571b

Please sign in to comment.