Skip to content

Commit

Permalink
Merge pull request #579 from dbmdz/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
stefan-it authored Sep 27, 2024
2 parents ae3004c + b2838d7 commit c6d86df
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackageNames": [
"*"
]
}
],
"schedule": [
"every weekend"
],
"separateMajorMinor": false
}

0 comments on commit c6d86df

Please sign in to comment.