Skip to content

Commit 0820597

Browse files
committed
fix(default): ignore maintainLockFilesWeekly preset
* Renovate v43 enables weekly lock file maintenance updates by default; ignore this default for the time being until we decide how to handle this
1 parent d54104e commit 0820597

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

default.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"config:best-practices",
77
":approveMajorUpdates"
88
],
9+
"ignorePresets": [
10+
":maintainLockFilesWeekly"
11+
],
912
"automergeStrategy": "merge-commit",
1013
"dependencyDashboardTitle": "Renovate Dashboard"
1114
}

0 commit comments

Comments
 (0)