build: set dependabot to monthly updates and ignore schematics

This commit is contained in:
Johannes Millan 2021-05-08 09:52:35 +02:00
parent 389c35c1cd
commit 3f321c18fc

View file

@ -5,12 +5,11 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/tools/schematics/" # Location of package manifests
schedule:
interval: "daily"
interval: 'monthly'
# - package-ecosystem: "npm" # See documentation for possible values
# directory: "/tools/schematics/" # Location of package manifests
# schedule:
# interval: "monthly"