From c9ff79f95c62f8df27af21dfb182ade951f6d11b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 10 Nov 2023 23:12:36 +0100 Subject: Make GitHub Dependabot keep our GitHub Actions up to date --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dc5c447 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Copyright (c) 2023 Sebastian Pipping +# Licensed under GPL v2 or later + +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly" -- cgit v1.2.3