From 37d104dbb36320a291c8521be459375f80878526 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 5 Oct 2024 00:13:47 -0500 Subject: [PATCH] add dependabot actions --- dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dependabot.yml diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 0000000..df4d15b --- /dev/null +++ b/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"