Skip to content

Commit

Permalink
Merge pull request #1 from hwittenborn/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
hwittenborn authored Apr 11, 2023
2 parents 514fb4c + 16621b9 commit 41ed530
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"config:base"
],
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
}
]
}

0 comments on commit 41ed530

Please sign in to comment.