From a6e5a1f3a0640696865a681703699fc13a3f4a4f Mon Sep 17 00:00:00 2001 From: obltmachine Date: Wed, 11 Mar 2026 08:26:38 +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 d9de81a57..ccc15a872 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,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 7442fa39b1cebd21fb9d90326208ffd5d9e2826b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Mar 2026 09:45:23 +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 ccc15a872..921abcd0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,6 +35,7 @@ updates: - "*" - package-ecosystem: pre-commit + directory: "/" schedule: interval: 'weekly' day: 'sunday'