Skip to content

Commit 6645623

Browse files
authored
github: Configure Renovate to group/schedule Ruby packages (#240)
1 parent da34c9a commit 6645623

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.github/renovate.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"local>ni/python-renovate-config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>ni/python-renovate-config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Update Ruby packages early Monday mornings.",
9+
"matchCategories": [
10+
"ruby"
11+
],
12+
"matchUpdateTypes": [
13+
"major",
14+
"minor",
15+
"patch",
16+
"rollback",
17+
"replacement"
18+
],
19+
"groupName": "Ruby packages",
20+
"groupSlug": "ruby",
21+
"extends": [
22+
"schedule:weekly"
23+
]
24+
}
25+
]
626
}

0 commit comments

Comments
 (0)