Skip to content

Commit

Permalink
ci(renovate): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
devshred committed May 17, 2024
1 parent 50b823a commit 4a3e585
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"timezone": "Europe/Berlin",
"schedule": [
"before 7am on Saturday"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
"schedule": ["before 7am on Saturday"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"automerge": false,
"reviewersFromCodeOwners": true
Expand Down

0 comments on commit 4a3e585

Please sign in to comment.