No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
renovate.json
|
|
@ -6,7 +6,10 @@ |
|
|
"dockerfile": { |
|
|
"dockerfile": { |
|
|
"fileMatch": ["Containerfile"] |
|
|
"fileMatch": ["Containerfile"] |
|
|
}, |
|
|
}, |
|
|
"enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize"], |
|
|
"enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize", "regex"], |
|
|
|
|
|
"git-submodules": { |
|
|
|
|
|
"enabled": true |
|
|
|
|
|
}, |
|
|
"registryAliases": { |
|
|
"registryAliases": { |
|
|
"nextcloud": "https://nextcloud.github.io/helm/" |
|
|
"nextcloud": "https://nextcloud.github.io/helm/" |
|
|
}, |
|
|
}, |
|
|
|