From 8c117c2af41f62f36424ef154d9d55a57929971c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Mar 2022 16:09:27 +0200 Subject: [PATCH] Add dependabot config for Actions updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c8eaef1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + day: monday + time: "11:00" + timezone: Europe/Athens