From 7730a74f39f55d4d0d593a3da56375e9f94156a3 Mon Sep 17 00:00:00 2001 From: Erwan JOLY <35202750+erwan-joly@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:22:28 +1200 Subject: [PATCH] chore: let Dependabot keep GitHub Actions up to date --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aec207e..15b4a62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly