From 42f90e28e4c6649d7a919bb15a7dadc80d13dba5 Mon Sep 17 00:00:00 2001 From: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com> Date: Wed, 24 Nov 2021 13:17:38 +0100 Subject: [PATCH] add dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e9e0335fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Set update schedule for each package manager + +version: 2 +updates: + + # Check for updates to GitHub Actions every sunday + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + timezone: "Europe/Berlin"