From f9b68a6c0c3cdeaa449973ae760e1d51955e844a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 6 Apr 2021 23:46:11 +0200 Subject: [PATCH] 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 diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b1490196 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Copyright (C) 2021 Sebastian Pipping +# Licensed under the MIT license + +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly"