Skip to content

Commit

Permalink
chore: updated renovate config [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
freb97 committed Aug 23, 2024
1 parent 845e803 commit 70304b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"group:allNonMajor"
"group:allNonMajor",
"schedule:monthly"
],
"automerge": false,
"automerge": true,
"bumpVersion": "minor",
"rangeStrategy": "bump",
"commitMessagePrefix": "chore:"
}

0 comments on commit 70304b0

Please sign in to comment.