Use GitHub Dependabot to keep the GitHub Actions up to date

This commit is contained in:
Sebastian Pipping 2021-02-20 17:07:18 +01:00
parent 33c079e7ae
commit c82287f965
1 changed files with 15 additions and 0 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
version: 2
updates:
- package-ecosystem: "github-actions"
commit-message:
include: "scope"
prefix: "Actions"
directory: "/"
labels:
- "enhancement"
schedule:
interval: "weekly"