Skip to content

Commit ca676ea

Browse files
Migrate config renovate.json (#306)
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 99e3128 commit ca676ea

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

renovate.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
"helpers:pinGitHubActionDigests",
66
":gitSignOff"
77
],
88
"timezone": "America/Toronto",
9-
"enabledManagers": ["tekton"],
9+
"enabledManagers": [
10+
"tekton"
11+
],
1012
"packageRules": [
1113
{
1214
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (7 PM - 2 AM)",
13-
"matchManagers": ["tekton"],
14-
"schedule": ["* 19-23,0-2 * * 2,4"]
15+
"matchManagers": [
16+
"tekton"
17+
],
18+
"schedule": [
19+
"* 19-23,0-2 * * 2,4"
20+
]
1521
}
1622
],
1723
"prHourlyLimit": 20,
1824
"prConcurrentLimit": 10
19-
}
25+
}

0 commit comments

Comments
 (0)