From d611db7567d5b5e95613e5106af448a6a5a0d52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 9 Feb 2023 17:17:36 +0800 Subject: [PATCH] Add renovate config --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..06154037 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "commitMessagePrefix": "[dependencies]", + "extends": [ + "config:base", + ":disableRateLimiting" + ], + "baseBranches": ["dev-next"], + "enabledManagers": ["github-actions"], + "groupName": "github-actions" +} \ No newline at end of file