Skip to content

Commit cdc3ad9

Browse files
chore(config): migrate config renovate.json (#643)
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3e3771a commit cdc3ad9

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

renovate.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
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-
"schedule": ["* 19-23,0-2 */2,4 * 4"],
10-
"enabledManagers": ["regex", "github-actions", "tekton"],
11-
"regexManagers": [
9+
"schedule": [
10+
"* 19-23,0-2 */2,4 * 4"
11+
],
12+
"enabledManagers": [
13+
"custom.regex",
14+
"github-actions",
15+
"tekton"
16+
],
17+
"customManagers": [
1218
{
13-
"fileMatch": [
14-
"devfile.*y[a]?ml$"
19+
"customType": "regex",
20+
"managerFilePatterns": [
21+
"/devfile.*y[a]?ml$/"
1522
],
1623
"matchStrings": [
1724
"image: (?<depName>\\S*):(?<currentValue>\\S*)"
@@ -22,15 +29,21 @@
2229
],
2330
"packageRules": [
2431
{
25-
"matchManagers": ["github-actions"],
32+
"matchManagers": [
33+
"github-actions"
34+
],
2635
"groupName": "github actions",
2736
"groupSlug": "github-actions",
2837
"commitMessageTopic": "{{depName}}"
2938
},
3039
{
3140
"description": "Schedule Konflux tekton task updates Tuesday and Thursday nights (7 PM - 2 AM)",
32-
"matchManagers": ["tekton"],
33-
"schedule": ["* 19-23,0-2 * * 2,4"]
41+
"matchManagers": [
42+
"tekton"
43+
],
44+
"schedule": [
45+
"* 19-23,0-2 * * 2,4"
46+
]
3447
}
3548
],
3649
"ignorePaths": [
@@ -60,4 +73,4 @@
6073
],
6174
"prHourlyLimit": 20,
6275
"prConcurrentLimit": 10
63-
}
76+
}

0 commit comments

Comments
 (0)