From 0d63ffef4e796d7e3954fbe17501efbb050b3743 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 7 Aug 2025 05:10:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20renovate=20config=20!=3D=20renov?= =?UTF-8?q?ate=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 4 ---- .github/workflows/renovate-config.json | 14 ++++++++++++++ .github/workflows/renovate.yml | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/renovate-config.json diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7f121702..faac884a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,10 +3,6 @@ "extends": [ "config:recommended" ], - "platform": "github", - "repositories": [ - "numpy/numtype" - ], "lockFileMaintenance": { "enabled": true }, diff --git a/.github/workflows/renovate-config.json b/.github/workflows/renovate-config.json new file mode 100644 index 00000000..050644b9 --- /dev/null +++ b/.github/workflows/renovate-config.json @@ -0,0 +1,14 @@ +{ + "branchPrefix": "renovate/", + "username": "renovate-release", + "gitAuthor": "Renovate Bot ", + "onboarding": false, + "platform": "github", + "repositories": ["numpy/numtype"], + "packageRules": [{ + "description": "lockFileMaintenance", + "matchUpdateTypes": ["lockFileMaintenance", "pep723"], + "dependencyDashboardApproval": false, + "minimumReleaseAge": 0 + }] +} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9b4040bd..9a19918d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -15,7 +15,7 @@ jobs: - uses: renovatebot/github-action@v43.0.5 with: - configurationFile: .github/renovate.json5 + configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }} env: LOG_LEVEL: "debug"