From 847120d7cc42cd3580f281ca1bda872d76bf5cc5 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Mon, 16 Jun 2025 22:09:57 -0400 Subject: [PATCH] Configure dependabot to check for outdated CI actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..453228e1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# 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"