update dependabot settings

This commit is contained in:
vabene1111 2021-09-09 05:53:52 +02:00
parent 83de6bb9f3
commit 8899ec5f0e

View File

@ -5,7 +5,21 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "pip" # See documentation for possible values - package-ecosystem: "pip"
directory: "/" # Location of package manifests directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
ignore:
- dependency-name: "boto3"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "montly"
allow:
- dependency-name: "boto3"
- package-ecosystem: "npm"
directory: "/vue/"
schedule:
interval: "weekly"