From f152a78cb66a77629aa22249e5934c0aa708a71a Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Mon, 29 Nov 2021 09:37:05 +0100 Subject: [PATCH] github: add dependabot for checking actions versions --- .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..5737055 --- /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 weekday + interval: "daily"