Skip to content

Commit

Permalink
renovate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ettorepuccetti committed Jan 7, 2024
1 parent 5f5c6cb commit 61123af
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"schedule": ["before 10am on Thursday"]
}

0 comments on commit 61123af

Please sign in to comment.