Skip to content

Commit

Permalink
update renovate config (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Dec 13, 2024
1 parent ff67830 commit d44db1b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"extends": ["github>the-guild-org/shared-config:renovate"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"prConcurrentLimit": 25,
"reviewers": ["YaroShkvorets", "0237h"],
"automerge": false,
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"recreateWhen": "never",
"labels": ["dependencies"],
"rebaseWhen": "conflicted"
}

0 comments on commit d44db1b

Please sign in to comment.