Skip to content

Commit 1280c81

Browse files
meta(config): migrate config renovate.json
1 parent 1a5d999 commit 1280c81

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
":maintainLockFilesWeekly",
55
":semanticCommitTypeAll(meta)",
66
":semanticCommitScopeDisabled"
@@ -11,7 +11,13 @@
1111
"ignorePaths": ["static/"],
1212
"packageRules": [
1313
{
14-
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "lockFileMaintenance"],
14+
"matchUpdateTypes": [
15+
"minor",
16+
"patch",
17+
"pin",
18+
"digest",
19+
"lockFileMaintenance"
20+
],
1521
"automerge": true
1622
}
1723
]

0 commit comments

Comments
 (0)