Update dependabot.yml
This commit is contained in:
parent
9b7b285622
commit
cda8478c80
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue