From 20aae06f127d021734ee2ff8b9664907ca7ea752 Mon Sep 17 00:00:00 2001 From: peace-maker Date: Tue, 1 Aug 2023 08:38:49 +0200 Subject: [PATCH] NPOTB: Update Github Actions using dependabot (#2035) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..df4d15b3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"