Add dependabot to check for GH action updates.

This commit is contained in:
Patrick Lehmann
2022-03-02 11:43:04 +01:00
parent 8cfda1f21a
commit 00c43821dd
2 changed files with 24 additions and 0 deletions

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

@@ -0,0 +1,16 @@
version: 2
updates:
# Maintain GitHub Action runners
- package-ecosystem: "github-actions"
directory: "/"
target-branch: dev
commit-message:
prefix: "[Dependabot]"
labels:
- Dependencies
assignees:
- Paebbels
reviewers:
- Paebbels
schedule:
interval: "daily" # Checks on Monday trough Friday.