Skip to content

Commit 49c0262

Browse files
author
Enrico Angelon
committed
fix(renovate): override org config to avoid deprecated preset
1 parent af3af20 commit 49c0262

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

renovate.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
],
3+
"extends": [],
4+
"ignorePresets": ["@bigmichi1", "@bigmichi1/renovate-config"],
5+
"rangeStrategy": "update-lockfile",
66
"packageRules": [
77
{
88
"matchUpdateTypes": ["minor", "patch"],
@@ -13,5 +13,10 @@
1313
"before 3am on Monday"
1414
],
1515
"dependencyDashboard": true,
16-
"labels": ["dependencies"]
16+
"labels": ["dependencies"],
17+
"configMigration": true,
18+
"lockFileMaintenance": {
19+
"enabled": true,
20+
"schedule": ["before 3am on Monday"]
21+
}
1722
}

0 commit comments

Comments
 (0)