From d78fe97fcc64e5c4508e0ed5f45e89d0814b9f15 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Wed, 17 Sep 2025 13:23:03 -0400 Subject: [PATCH] add dependabot to update actions (#6387) --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..645cc19f6 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: +- package-ecosystem: "github-actions" + schedule: + interval: "weekly"