Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Sep 27, 2024
1 parent 2809330 commit 464b8f9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:automergeEarlyMondays"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 464b8f9

Please sign in to comment.