From 3b1aefda688b350171fff316ae4b0c3464823d7c Mon Sep 17 00:00:00 2001 From: MohammadiIram Date: Wed, 16 Oct 2024 16:26:41 +0530 Subject: [PATCH] add renovate.json config --- .github/renovate.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/renovate.json 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