fix: use NpmSpec for describing galaxy dependencies

This commit is contained in:
2026-02-07 13:31:28 +01:00
parent a6314a2180
commit 600589c9ca

View File

@@ -6,10 +6,10 @@ authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Collection for deploying and configuring databases
dependencies:
"community.docker": "^4.0.0"
"community.general": "^10.6.0"
"community.postgresql": "^3.9.0"
"containers.podman": "^1.16.0"
"community.docker": ">=4.0.0"
"community.general": ">=10.6.0"
"community.postgresql": ">=3.9.0"
"containers.podman": ">=1.16.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'