From 897e6ba3c003d253e70253321fd275a3eb9a91a9 Mon Sep 17 00:00:00 2001 From: David Auer Date: Thu, 9 Nov 2023 01:17:34 +0100 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b03ab1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" +