Merge pull request #3016 from kurtmckee/add-dependabot-for-github-actions

Add a Dependabot config to keep GitHub action versions updated
This commit is contained in:
Benoit Chesneau 2023-07-11 00:13:33 +02:00 committed by GitHub
commit a74b3ed9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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