1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-03 23:41:51 +00:00

Add repository configuration to antsibull-nox.toml.

(cherry picked from commit e9b1788bb9)
This commit is contained in:
Felix Fontein 2025-09-26 07:03:53 +02:00
parent ebf5dd9007
commit 871e2809ed

View file

@ -16,6 +16,11 @@
# community.crypto's main branch needs ansible-core >= 2.17
"community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2"
[vcs]
vcs = "git"
development_branch = "main"
stable_branches = [ "stable-*" ]
[sessions]
[sessions.docs_check]