From 153ea3f7b54d98767f51ebe8a7fe81fc41701524 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 2 Jul 2026 16:31:29 -0700 Subject: [PATCH] add dependabot config for GH actions for issue #507 --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..0f96f8de --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"