From 98b3ed5dd733a21f7be1c242757572730f0200fb Mon Sep 17 00:00:00 2001 From: obltmachine Date: Wed, 11 Mar 2026 08:28:25 +0000 Subject: [PATCH 1/2] github-action: include the dependabot section for pre-commit --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d532ad25..8b50933a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,12 @@ updates: github-actions: patterns: - "*" + + - package-ecosystem: pre-commit + schedule: + interval: 'weekly' + day: 'sunday' + time: '22:00' + open-pull-requests-limit: 5 + labels: + - 'changelog:dependencies' From 2cd1a1dd8399afae12b90a8c89d20a297916c1cb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Mar 2026 09:49:33 +0100 Subject: [PATCH 2/2] Apply suggestion from @v1v --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b50933a..e42968c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: - "*" - package-ecosystem: pre-commit + directory: "/" schedule: interval: 'weekly' day: 'sunday'