Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#11880)

This commit is contained in:
Patric Stout
2024-01-25 21:10:38 +01:00
committed by GitHub
parent 36579dd18b
commit cd75adfb71

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"