From 07937c776ad768134fcd736aaeae5a95532a6cc8 Mon Sep 17 00:00:00 2001 From: "hf-dependantbot-rollout[bot]" <285970069+hf-dependantbot-rollout[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:34:50 +0000 Subject: [PATCH] chore: enable Dependabot weekly GitHub Actions bumps --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..15f7bdd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + groups: + actions: + patterns: ["*"]