From 74ef9622c5e6330ca9262efdabf45d1779289065 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Aug 2026 00:18:04 +0000 Subject: [PATCH] chore: update dependabot configuration --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..896d65e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +# === START STANDARD CONFIG === +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +# === END STANDARD CONFIG ===