fix: use NpmSpec for describing galaxy dependencies
This commit is contained in:
@@ -6,10 +6,10 @@ authors:
|
|||||||
- transcaffeine <transcaffeine@finally.coffee>
|
- transcaffeine <transcaffeine@finally.coffee>
|
||||||
description: Collection for deploying and configuring databases
|
description: Collection for deploying and configuring databases
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": "^4.0.0"
|
"community.docker": ">=4.0.0"
|
||||||
"community.general": "^10.6.0"
|
"community.general": ">=10.6.0"
|
||||||
"community.postgresql": "^3.9.0"
|
"community.postgresql": ">=3.9.0"
|
||||||
"containers.podman": "^1.16.0"
|
"containers.podman": ">=1.16.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
|
|||||||
Reference in New Issue
Block a user