Skip to content

Commit

Permalink
chore: create renovate config (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd authored Sep 9, 2024
1 parent 3085e42 commit e97ef4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",

":pinVersions",
":rebaseStalePrs",

"group:all"
],
"labels": ["dependencies"],
"automergeStrategy": "fast-forward",
"prConcurrentLimit": 1
}

0 comments on commit e97ef4d

Please sign in to comment.