mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Add repository configuration to antsibull-nox.toml.
This commit is contained in:
parent
5e58fee998
commit
ad7397a332
@ -17,6 +17,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.lint]
|
[sessions.lint]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user