From 3a29b316101bf5f082b95aa07aee3c690148c29b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Aug 2026 00:13:47 +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 ===