Create dependabot.yml (#3452)

Signed-off-by: Joyce <joycebrum@google.com>
This commit is contained in:
Joyce 2023-05-21 10:41:30 -03:00 committed by GitHub
parent de8d0171a2
commit d0652d225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions" # Necessary to update action hashs
directory: "/"
schedule:
interval: "weekly"
# Allow up to 3 opened pull requests for github-actions versions
open-pull-requests-limit: 3