From 5fe2f6f55b80e058cc669b3dcc6ff8484c101b47 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Mar 2024 23:59:14 +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"