Skip to content

Commit

Permalink
chore: Configure Renovate (#458)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: update renovate config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Kremer <[email protected]>
  • Loading branch information
renovate[bot] and bkrem authored Mar 4, 2024
1 parent 441b7a8 commit 2114dee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":prConcurrentLimit10",
":prHourlyLimit2",
":semanticCommits",
":semanticCommitScope(deps)"
]
}

0 comments on commit 2114dee

Please sign in to comment.