From 003130719f6d612d7f3556ec21edc1227145c071 Mon Sep 17 00:00:00 2001 From: Burnett01 Date: Mon, 22 Jun 2026 21:46:51 +0200 Subject: [PATCH] chore: Add GitHub Actions to Dependabot configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31d2199..7a4e75c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: monthly + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly