Merge pull request #777 from Mikaela/dependabot-gh-actions

build: make dependabot also monitor github-actions
This commit is contained in:
Krille-chan 2024-01-07 10:12:32 +01:00 committed by GitHub
commit 97ba54d937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,12 @@ updates:
commit-message:
prefix: "build: "
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "*"
commit-message:
prefix: "build: "
include: "scope"