feat: dependabot to keep github actions workflows up to date (#6942)

This commit is contained in:
Swanny
2024-03-03 15:27:21 -07:00
committed by GitHub
parent a79f1951c5
commit 404909361b

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"