Skip to content

Commit

Permalink
Add renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Oct 4, 2023
1 parent 15f257f commit 1dfc47a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"timezone": "Europe/Berlin",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackagePatterns": [
"*"
],
"groupName": "minor-dependencies"
}
],
"schedule": [
"before 9am on monday"
]
}

0 comments on commit 1dfc47a

Please sign in to comment.