From a7b8428cb6aa2e99d7691bb2aa6a54412f0a9974 Mon Sep 17 00:00:00 2001 From: Azide Date: Mon, 24 Jun 2024 19:37:49 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E6=9B=B4=E6=94=B9renovateb=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BD=8D=E7=BD=AE=E5=B9=B6=E5=BF=BD?= =?UTF-8?q?=E7=95=A5python=E7=9A=84=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 8 ++++++++ renovate.json | 11 ----------- 2 files changed, 8 insertions(+), 11 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..404b986 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", "schedule:weekly", "group:allNonMajor"], + "labels": ["dependencies"], + "rangeStrategy": "bump", + "ignoreDeps": ["python"], + "commitMessagePrefix": ":arrow_up:" +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index a10e295..0000000 --- a/renovate.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - "schedule:weekly", - "group:allNonMajor", - ":semanticCommitTypeAll(:arrow_up:)" - ], - "labels": ["dependencies"], - "rangeStrategy": "bump" -}