Create dependabot.yml

Added to maintain security and dep updates yml
This commit is contained in:
Michael Roy
2024-09-25 19:44:25 -03:00
committed by GitHub
parent 501f5cbf61
commit 6716892b93

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

@@ -0,0 +1,21 @@
version: 2
updates:
# Configuration for npm dependencies
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 10
labels:
- 'dependencies'
- 'npm'
# Configuration for pip dependencies
- package-ecosystem: 'pip'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 10
labels:
- 'dependencies'
- 'pip'