From 26ce479628e77b68b2596304d14347794f7c7f59 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 15 Jan 2021 20:27:17 +0100 Subject: [PATCH] Add files via upload --- .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 00000000..6077d357 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" -- 2.11.4.GIT