From ea0cf247a889e36b7de9667cd425d70940f1248d Mon Sep 17 00:00:00 2001 From: Quan Pham Date: Tue, 22 Apr 2025 09:43:04 -0400 Subject: [PATCH] Have dependabot manage gitub action versions Ensure that we are using recent action versions in our github workflows. --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..dfd0e30 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +# 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"