Disable dependabot for package.json

It's only devDependencies and some upgrades won't work with the example
This commit is contained in:
Marc Rousavy 2021-03-26 17:34:50 +01:00 committed by GitHub
parent 8e396c329a
commit 12f6ab5217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "js"
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"
# labels:
# - "dependencies"
# - "js"
- package-ecosystem: "gradle"
directory: "/android/"