Skip to content

Commit 4d247b4

Browse files
Merge pull request #164 from openshift-hyperfleet/konflux/mintmaker/migrate-config
Migrate Renovate config
2 parents 876c933 + 34323e3 commit 4d247b4

1 file changed

Lines changed: 25 additions & 8 deletions

File tree

renovate.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,41 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"schedule": ["every monday"],
3+
"schedule": [
4+
"on monday"
5+
],
46
"packageRules": [
57
{
6-
"matchManagers": ["gomod"],
7-
"matchUpdateTypes": ["digest"],
8+
"matchManagers": [
9+
"gomod"
10+
],
11+
"matchUpdateTypes": [
12+
"digest"
13+
],
814
"enabled": false
915
},
1016
{
11-
"matchManagers": ["gomod"],
12-
"matchDepTypes": ["indirect"],
17+
"matchManagers": [
18+
"gomod"
19+
],
20+
"matchDepTypes": [
21+
"indirect"
22+
],
1323
"enabled": false
1424
},
1525
{
16-
"matchManagers": ["gomod"],
17-
"matchUpdateTypes": ["minor", "patch"],
26+
"matchManagers": [
27+
"gomod"
28+
],
29+
"matchUpdateTypes": [
30+
"minor",
31+
"patch"
32+
],
1833
"groupName": "go module minor/patch updates"
1934
},
2035
{
21-
"matchManagers": ["dockerfile"],
36+
"matchManagers": [
37+
"dockerfile"
38+
],
2239
"groupName": "docker image updates"
2340
}
2441
]

0 commit comments

Comments
 (0)