From 0dcfc5c9a2236cc62953ad22f8a99c4965c7fa78 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Mar 2024 23:58:24 +0100 Subject: [PATCH] Dependabot should upgrade GitHub actions workflows --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..004258e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "7.x"