From 6c79a61c5e4944d74e7bd9c98c34b91277fe4d97 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Mar 2024 23:57:51 +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..8f17ca0 --- /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: "2.9.x"