mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-03 10:49:20 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
13 lines
370 B
YAML
13 lines
370 B
YAML
dependencies:
|
|
- name: etcd
|
|
version: 0.6.2
|
|
repository: https://charts.helm.sh/incubator
|
|
condition: etcd.deployChart
|
|
- name: zookeeper
|
|
version: 1.0.0
|
|
repository: https://charts.helm.sh/incubator
|
|
condition: zookeeper.deployChart
|
|
- name: consul
|
|
version: 3.6.1
|
|
repository: https://charts.helm.sh/stable
|
|
condition: consul.deployChart
|