From 06e6f51c86091bfee55e39d68327b9ef092ed126 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 24 Nov 2022 17:41:21 +0100 Subject: [PATCH] Automatic updates of GH actions with dependabot Dependabot can do automatic updates of GH actions for us Signed-off-by: Martin Basti --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..68fbace --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" +