From 582ede8a21209b36bcdae2007a35740510c9d302 Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Sun, 17 Dec 2023 20:54:04 +0100 Subject: [PATCH] regularly check for GitHub Action updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..21fdbed --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# see https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"