Skip to content

Commit 3e4d547

Browse files
authored
Less Renovate (#3314)
1 parent ce3a193 commit 3e4d547

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/renovate.json5

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@
77
],
88
"packageRules": [
99
{
10-
// reduces the number of Renovate PRs
11-
// (patch updates are typically non-breaking)
12-
"groupName": "all patch versions",
13-
"matchUpdateTypes": ["patch"],
14-
"schedule": ["before 8am every weekday"]
10+
groupName: 'github actions',
11+
matchManagers: [
12+
'github-actions',
13+
],
14+
schedule: [
15+
'before 8am on the first Tuesday of the month',
16+
],
1517
},
1618
{
17-
// avoids these Renovate PRs from trickling in throughout the week
18-
// (consolidating the review process)
19-
"matchUpdateTypes": ["minor", "major"],
20-
"schedule": ["before 8am on Monday"]
21-
}
19+
matchManagers: [
20+
'!github-actions',
21+
],
22+
schedule: [
23+
'before 8am on the first Tuesday of the month',
24+
],
25+
},
2226
],
2327
"labels": [
2428
"dependencies"

0 commit comments

Comments
 (0)