From 1ac7cdbe6583aaa10c234e4efdc0875cadf0538e Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 12 Oct 2024 20:22:16 +0200 Subject: [PATCH] Make GitHub Dependabot keep our GitHub Actions up to date .. through pull requests --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..48ddc34 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Copyright (c) 2024 Sebastian Pipping +# Licensed under the MIT license, see file LICENSE.txt + +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly"