Skip to content

Commit

Permalink
ci: Configure Renovate (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JeB <9823087+just-jeb@users.noreply.github.com>
  • Loading branch information
renovate[bot] and just-jeb authored Dec 28, 2023
1 parent d662881 commit e096f45
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prConcurrentLimit10",
"group:monorepos",
"group:recommended",
"workarounds:all"
],
"prHourlyLimit": 3,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit e096f45

Please sign in to comment.