Use GitHub Dependabot to keep the GitHub Actions up to date
This commit is contained in:
parent
33c079e7ae
commit
c82287f965
|
|
@ -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"
|
||||
Loading…
Reference in New Issue