Create dependabot.yml

This commit is contained in:
Arthur Fiorette
2023-09-18 17:33:49 -03:00
committed by GitHub
parent bec7af2eec
commit 7bc58e9e54

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

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: './'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: './'
schedule:
interval: 'daily'