From 25f7d8fe95e6001c6bc27167cf0b79ea8e2649ae Mon Sep 17 00:00:00 2001 From: Butterscotch! Date: Tue, 20 Aug 2024 08:17:16 -0400 Subject: [PATCH] Add dependabot for GitHub Actions (#1137) --- .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 000000000..df4d15b35 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"