From 771f7dedb6e1692ebd44bb4281788e0d4a3129de Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 29 May 2024 14:14:33 +0200 Subject: [PATCH] Dependabot to automatically update Github actions --- .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 000000000..bf7c98516 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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" +