ci: Setup dependabot for github-actions (#1556)

Fixes #1502
This commit is contained in:
Alex Kremer
2024-07-25 15:35:42 +01:00
committed by GitHub
parent 895f3c0059
commit f9bb62f670

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

@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Etc/GMT"
reviewers:
- "cindyyan317"
- "godexsoft"
- "kuznetsss"
commit-message:
prefix: "[CI] "
target-branch: "develop"