From ee0524f895dd68a30e8ee389a37242fbaf1e1ae1 Mon Sep 17 00:00:00 2001 From: jorenham Date: Fri, 8 Aug 2025 05:52:09 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A4=96=20renovate=20config=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 6 ++++-- .github/workflows/renovate.yml | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f5bfddc0..721c8fde 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,12 +9,14 @@ "pep723" ], "lockFileMaintenance": { - "enabled": true + "enabled": true, + "schedule": ["* 9-23 * * 1-6"] }, "pep723": { "managerFilePatterns": [ "/tool/stubtest\\.py/", "/tool/ufunc\\.py/" ] - } + }, + "commitMessagePrefix": "👾" } diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9a19918d..a5fcf24d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -4,7 +4,7 @@ permissions: on: schedule: - - cron: "0/15 * * * *" + - cron: "0 0/1 * * *" # every hour workflow_dispatch: jobs: @@ -13,9 +13,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: renovatebot/github-action@v43.0.5 + - uses: renovatebot/github-action@v43.0.6 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }} - env: - LOG_LEVEL: "debug" From 18458b27fdf61212f7010cd20c8553736a2993c1 Mon Sep 17 00:00:00 2001 From: jorenham Date: Fri, 8 Aug 2025 05:54:22 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A4=96=20disable=20dependabot's=20(ba?= =?UTF-8?q?rely=20functional)=20uv=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d23104bd..07c8d9cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,15 +14,4 @@ updates: actions: patterns: ["*"] -- package-ecosystem: uv - directory: / - schedule: - interval: daily - labels: - - "topic: dependencies" - - "tool: uv" - commit-message: - prefix: "⬆️ " - groups: - actions: - patterns: ["*"] +# Renovate takes care of uv From 8135aa355d382872ce1b4922be36a4b9e1fee327 Mon Sep 17 00:00:00 2001 From: jorenham Date: Fri, 8 Aug 2025 05:55:06 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A4=96=20daily=20dependabot=20github-?= =?UTF-8?q?actions=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07c8d9cf..e4d63992 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily labels: - "topic: dependencies" - "tool: github-actions"