Skip to content

Commit c513549

Browse files
committed
Add repo configuration to antsibull-nox.toml.
1 parent 05864d3 commit c513549

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

antsibull-nox.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
[collection_sources]
66
"community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main"
77

8+
[vcs]
9+
vcs = "git"
10+
development_branch = "main"
11+
stable_branches = [ "stable-*" ]
12+
813
[sessions]
914

1015
[sessions.lint]

0 commit comments

Comments
 (0)