From 7264094ba3672e15e89f6980979199836f89ee50 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Wed, 11 Mar 2026 08:26:30 +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 9abbe4339..24a36e253 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,3 +41,12 @@ updates: registries: "*" schedule: interval: "daily" + + - package-ecosystem: pre-commit + schedule: + interval: 'weekly' + day: 'sunday' + time: '22:00' + open-pull-requests-limit: 5 + labels: + - 'changelog:dependencies' From 97025acd15aeabb4420e9ff57de138af79ae5dd1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Mar 2026 09:49:27 +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 24a36e253..fa7523136 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,6 +43,7 @@ updates: interval: "daily" - package-ecosystem: pre-commit + directory: "/" schedule: interval: 'weekly' day: 'sunday'