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