Skip to content

Commit 192935e

Browse files
authored
Merge pull request #10 from trussworks/renovate
Set up renovatebot
2 parents 91f6e5a + 46b5a28 commit 192935e

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

renovate.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":disableDependencyDashboard"
5+
],
6+
"labels": [
7+
"dependencies"
8+
],
9+
"packageRules": [
10+
{
11+
"automerge": true,
12+
"description": "Automerge all updates except major versions",
13+
"matchUpdateTypes": [
14+
"patch",
15+
"pin",
16+
"digest",
17+
"minor"
18+
]
19+
},
20+
{
21+
"description": "Tag the waddlers Github Team for major updates",
22+
"matchUpdateTypes": [
23+
"major"
24+
],
25+
"reviewers": [
26+
"team:waddlers"
27+
]
28+
},
29+
{
30+
"automerge": true,
31+
"description": "Group minor and patch updates into a single PR",
32+
"groupName": "dependencies",
33+
"managers": [
34+
"terraform",
35+
"gomod",
36+
"pre-commit",
37+
"circleci",
38+
"dockerfile",
39+
"github-actions"
40+
],
41+
"matchUpdateTypes": [
42+
"minor",
43+
"patch"
44+
]
45+
}
46+
],
47+
"postUpdateOptions": [
48+
"gomodTidy"
49+
],
50+
"prConcurrentLimit": 2,
51+
"schedule": [
52+
"every weekend"
53+
],
54+
"separateMinorPatch": true,
55+
"timezone": "America/Los_Angeles"
56+
}

0 commit comments

Comments
 (0)