diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..0edb20d8 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "branchPrefix": "renovate/", + "baseBranches": ["non-existing-branch"], + "automerge": false, + "packageRules": [ + { + "matchUpdateTypes": ["*"], + "enabled": false + }, + { + "matchFileNames": ["*"], + "enabled": false + }, + { + "matchManagers": ["*"], + "enabled": false + } + ], + "prHourlyLimit": 1 + } \ No newline at end of file