Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
30add3d258
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      renovate.json

2
renovate.json

@ -3,10 +3,10 @@
"extends": [ "extends": [
"config:base" "config:base"
], ],
"enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize", "regex"],
"dockerfile": { "dockerfile": {
"fileMatch": ["Containerfile"] "fileMatch": ["Containerfile"]
}, },
"enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize", "regex"],
"git-submodules": { "git-submodules": {
"enabled": true "enabled": true
}, },

Loading…
Cancel
Save