From a124d06aaf52c4da0b6e1bfdbe77fb20f47b7401 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 16 Nov 2022 15:03:44 +0000 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..502decd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily"