From 36ed80256a8241b0a9ecd97ef16f2644a93221dc Mon Sep 17 00:00:00 2001 From: obltmachine Date: Wed, 11 Mar 2026 08:28:54 +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 b9a9834..9a6d383 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,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 085bd874c3c590e1e9cfc804a8292870f77f9efa Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Mar 2026 09:43:30 +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 9a6d383..2dad41c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,7 @@ updates: - "*" - package-ecosystem: pre-commit + directory: "/" schedule: interval: 'weekly' day: 'sunday'