diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..72d5f553 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + ":semanticPrefixFixDepsChoreOthers", + ":ignoreModulesAndTests", + "group:all", + "workarounds:all" + ], + "branchConcurrentLimit": 0 +}