renovate/lib/manager/ansible-galaxy
Rhys Arkins bf09337076
fix: enable eslint eqeqeq (#12574)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-09 07:02:59 +00:00
..
__fixtures__ feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections (#9387) 2021-04-09 17:02:57 +02:00
__snapshots__ feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections (#9387) 2021-04-09 17:02:57 +02:00
collections-metadata.ts refactor(galaxy-collection): convert to class-based datasource (#10360) 2021-06-18 07:40:05 +02:00
collections.ts fix: enable eslint eqeqeq (#12574) 2021-11-09 07:02:59 +00:00
extract.spec.ts fix: enable eslint eqeqeq (#12574) 2021-11-09 07:02:59 +00:00
extract.ts fix: refactor regex to use re2 (#12216) 2021-10-20 04:38:49 +00:00
index.ts feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections (#9387) 2021-04-09 17:02:57 +02:00
readme.md feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections (#9387) 2021-04-09 17:02:57 +02:00
roles.ts fix: enable eslint eqeqeq (#12574) 2021-11-09 07:02:59 +00:00
util.ts fix: refactor regex to use re2 (#12216) 2021-10-20 04:38:49 +00:00

Extracts Ansible Galaxy dependencies from configuration files used by the ansible-galaxy CLI tool.

This manager uses two depTypes to allow a fine-grained control of which dependencies are upgraded:

  • collection
  • role