Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Feb 20, 2024
1 parent ab21e2e commit 0171b98
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly"
],
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"groupName": "github-actions",
"automerge": true,
"automergeType": "branch"
}
]
}

0 comments on commit 0171b98

Please sign in to comment.