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:
parent
8aadebe20d
commit
81b1ebb04e
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: '03:00'
|
time: '03:00'
|
||||||
timezone: Europe/Berlin
|
timezone: Europe/Berlin
|
||||||
|
versioning-strategy: increase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user