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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

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:
- "*"