Create dependabot.yml

Signed-off-by: Joyce <joycebrum@google.com>
This commit is contained in:
Joyce 2023-05-18 14:50:09 -03:00 committed by GitHub
parent 4ce086f731
commit 50a0f12b20
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