Skip to content

Commit 4af4f90

Browse files
renovate[bot]mshafer-NIbkeryan
authored
Configure Renovate (#239)
* Add renovate.json * move it into .github * use the recommended config from github/ni/python-renovate-config * github: Configure Renovate to group/schedule Ruby packages (#240) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mshafer-NI <[email protected]> Co-authored-by: Brad Keryan <[email protected]>
1 parent 326e78f commit 4af4f90

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
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+
]
26+
}

0 commit comments

Comments
 (0)