From 4c708b009e77923cfdaa094430e70290b841b00d Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 24 May 2026 15:09:30 -0400 Subject: [PATCH] chore: Add Dependabot for GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7a968a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly