From de7497b14144081cd78e45a2cedc7dc4b2aa7edb Mon Sep 17 00:00:00 2001 From: MohammadiIram Date: Thu, 17 Oct 2024 09:00:00 +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 0000000..0edb20d --- /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