From 2dd7a3987923118d453cd6a1ef49e97179ab534d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Nov 2023 09:36:02 +0100 Subject: [PATCH] Create dependabot.yml Keeps used github actions up to date --- .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"