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

Add a dependabot config to update CI actions monthly
This commit is contained in:
Pradyun Gedam 2023-10-07 19:57:31 +01:00 committed by GitHub
commit fd608c35cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

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

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