Skip to content

Commit 18b09dd

Browse files
authored
Merge pull request #2054 from rnc/RENOVATE
Extend mintmaker configuration
2 parents 662150c + ae33b30 commit 18b09dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": [ "github>konflux-ci/mintmaker//config/renovate/renovate.json" ],
44
"pinDigests": true,
55
"postUpdateOptions": ["gomodTidy"],
66
"addLabels": ["ok-to-test"],
@@ -25,5 +25,7 @@
2525
],
2626
"schedule": ["before 4am on the first day of the month"]
2727
}
28+
],
29+
"enabledManagers": [
2830
]
2931
}

0 commit comments

Comments
 (0)