Skip to content

Commit 1aa9daf

Browse files
committed
NO-ISSUE: Correct renovate config
1 parent b1b9435 commit 1aa9daf

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

renovate.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"timezone": "America/New_York",
34
"commitMessagePrefix": "NO-ISSUE: ",
45
"prHourlyLimit": 0,
56
"prConcurrentLimit": 0,
6-
7+
"vulnerabilityAlerts": {
8+
"enabled": true
9+
},
10+
"dockerfile": {
11+
"fileMatch": ["Dockerfile.rhtap"],
12+
"ignorePaths": ["**/Dockerfile"],
13+
"pinDigests": true
14+
},
715
"enabledManagers": [
8-
"tekton"
16+
"tekton",
17+
"gomod",
18+
"dockerfile"
919
],
10-
20+
"gomod": {
21+
"packageRules": [
22+
{
23+
"matchDepTypes": ["indirect"],
24+
"enabled": false
25+
}
26+
]
27+
},
1128
"tekton": {
1229
"fileMatch": ["^.tekton/*"]
1330
},

0 commit comments

Comments
 (0)