Make GitHub Dependabot keep our GitHub Actions up to date

This commit is contained in:
Sebastian Pipping 2021-04-06 23:46:11 +02:00
parent c23a17cad1
commit f9b68a6c0c

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"