mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-03 18:51:48 +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
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
collections:
|
|
# Install a collection from Ansible Galaxy.
|
|
- name: geerlingguy.php_roles
|
|
version: 0.9.3
|
|
source: https://galaxy.ansible.com
|
|
- name: davidban77.gns3
|
|
version: 1.2.2
|
|
roles:
|
|
# Install a role from Ansible Galaxy.
|
|
- name: geerlingguy.java
|
|
version: 1.9.6
|
|
- name: geerlingguy.docker
|
|
version: 2.9.0
|