Skip to content

Commit 96ecb39

Browse files
committed
Add repository configuration to antsibull-nox.toml.
1 parent a19d1a3 commit 96ecb39

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
@@ -6,6 +6,11 @@
66
"community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main"
77
"community.library_inventory_filtering_v1" = "git+https://github.com/ansible-collections/community.library_inventory_filtering.git,stable-1"
88

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

1116
[sessions.lint]

0 commit comments

Comments
 (0)