Update dependabot.yml

This commit is contained in:
ErikrafT 2025-06-11 14:54:09 -03:00 committed by GitHub
parent 9b7b285622
commit cda8478c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "npm" # See documentation for possible values - package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "weekly"
allow:
- dependency-type: "direct"
- dependency-type: "indirect"
ignore:
- dependency-name: "*" # Ignora todas as dependências...
update-types: ["version-update:semver-major"] # ...apenas para updates major