diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 00000000..b552c9e8 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,10 @@ +{ + extends: ["config:base"], + // https://docs.renovatebot.com/configuration-options/#automerge + automerge: true, + ignoreDeps: ["jedi"], + // https://docs.renovatebot.com/configuration-options/#prconcurrentlimit + prConcurrentLimit: 3, + // https://docs.renovatebot.com/configuration-options/#branchconcurrentlimit + branchConcurrentLimit: 5, +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index e0c7f1ff..00000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": ["config:base"], - "automerge": true, - "ignoreDeps": ["jedi"] -}