Skip to content

Commit ba2710d

Browse files
committed
Limit patch updates to once per month
1 parent bdfe49b commit ba2710d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"config:recommended"
55
],
66
"packageRules": [
7+
{
8+
"groupName": "patches",
9+
"matchUpdateTypes": ["patch"],
10+
"desription": "Limit patch updates to once per month",
11+
"schedule": ["* * 1 * *"]
12+
},
713
{
814
"groupName": "tracing",
915
"matchDepNames": ["tracing*"]

0 commit comments

Comments
 (0)