From 905aea12044851e3efb9878b819759641bcf0a2f Mon Sep 17 00:00:00 2001 From: pdmurray Date: Tue, 19 Nov 2024 12:53:52 -0800 Subject: [PATCH] Add a dependabot configuration for keeping actions up to date --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dfd0e30 --- /dev/null +++ b/.github/dependabot.yml @@ -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"