Skip to content

Commit 81e5085

Browse files
authored
chore(deps): update renovate config
1 parent ea97f33 commit 81e5085

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

renovate.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,23 @@
99
"automerge": false,
1010
"automergeType": "branch"
1111
},
12+
{
13+
"matchUpdateTypes": ["patch"],
14+
"groupName": "weekly patch updates",
15+
"schedule": ["before 5am every monday"],
16+
"addLabels": ["deps: patches"]
17+
},
18+
{
19+
"matchUpdateTypes": ["minor"],
20+
"groupName": "weekly minor updates",
21+
"schedule": ["before 5am every monday"],
22+
"addLabels": ["deps: minor"]
23+
},
1224
{
1325
"groupName": "docker-github-actions",
1426
"matchPackagePatterns": ["docker/*"],
1527
"automerge": true,
1628
"automergeType": "branch"
1729
},
18-
{
19-
"matchUpdateTypes": ["patch"],
20-
"groupName": "weekly patch updates",
21-
"schedule": ["before 5am every monday"]
22-
}
2330
]
2431
}

0 commit comments

Comments
 (0)