We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b9435 commit 1aa9dafCopy full SHA for 1aa9daf
renovate.json
@@ -1,13 +1,30 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "timezone": "America/New_York",
4
"commitMessagePrefix": "NO-ISSUE: ",
5
"prHourlyLimit": 0,
6
"prConcurrentLimit": 0,
-
7
+ "vulnerabilityAlerts": {
8
+ "enabled": true
9
+ },
10
+ "dockerfile": {
11
+ "fileMatch": ["Dockerfile.rhtap"],
12
+ "ignorePaths": ["**/Dockerfile"],
13
+ "pinDigests": true
14
15
"enabledManagers": [
- "tekton"
16
+ "tekton",
17
+ "gomod",
18
+ "dockerfile"
19
],
20
+ "gomod": {
21
+ "packageRules": [
22
+ {
23
+ "matchDepTypes": ["indirect"],
24
+ "enabled": false
25
+ }
26
+ ]
27
28
"tekton": {
29
"fileMatch": ["^.tekton/*"]
30
},
0 commit comments