1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00

enable maintainLockFilesWeekly

This commit is contained in:
Nebel 2020-06-30 17:54:58 +09:00
parent 21ee7ec6fa
commit 13e6b8ac23

View file

@ -1,6 +1,9 @@
{
"extends": ["config:base"],
"rangeStrategy": "update-lockfile",
"extends": [
"config:base",
":preserveSemverRanges",
":maintainLockFilesWeekly"
],
"automerge": true,
"requiredStatusChecks": null
}