From 025fdd4edefba6dfbffae000ce795bed555bc19b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 21 Apr 2024 19:42:45 +0200 Subject: [PATCH] Make GitHub Dependabot keep our GitHub Actions up to date --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c963e3c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly"