Add repository configuration to antsibull-nox.toml.

(cherry picked from commit ad7397a332)
This commit is contained in:
Felix Fontein 2025-09-26 06:58:05 +02:00
parent 87e5fdd049
commit b793e62f78

View File

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