Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update renovate config to automerge (maybe) and open more PRs per hour
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 12, 2024
1 parent f493367 commit 536084a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"],
"addLabels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"prHourlyLimit": 10
}

0 comments on commit 536084a

Please sign in to comment.