1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

set versioning-strategy (#1040)

Problem: dependabot just updates the package-lock.json, but not package.json, creating an unexpected mismatch when checking out versions used.

Solution: dependabot/dependabot-core#3891
This commit is contained in:
Matthias Kretschmann 2021-09-23 11:52:09 +02:00 committed by GitHub
parent 8aadebe20d
commit 81b1ebb04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: daily
time: '03:00'
timezone: Europe/Berlin
versioning-strategy: increase