build: enable Dependabot for GitHub Actions

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-03-29 16:47:11 +02:00
parent bc1615cdcc
commit 1e48942c64
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
1 changed files with 9 additions and 0 deletions

9
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels: ["area/build"]
schedule:
# by default this will be on a monday.
interval: "weekly"