Skip to content

Commit 3655df8

Browse files
Merge pull request #158 from openshift-hyperfleet/HYPERFLEET-1095
HYPERFLEET-1095 - chore: add renovate.json to fix broken MintMaker PRs
2 parents f80ef4e + 259be7b commit 3655df8

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"schedule": ["every monday"],
4+
"packageRules": [
5+
{
6+
"matchManagers": ["gomod"],
7+
"matchUpdateTypes": ["digest"],
8+
"enabled": false
9+
},
10+
{
11+
"matchManagers": ["gomod"],
12+
"matchDepTypes": ["indirect"],
13+
"enabled": false
14+
},
15+
{
16+
"matchManagers": ["gomod"],
17+
"matchUpdateTypes": ["minor", "patch"],
18+
"groupName": "go module minor/patch updates"
19+
},
20+
{
21+
"matchManagers": ["dockerfile"],
22+
"groupName": "docker image updates"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)