From b793e62f78dc40bad11f00e92954b41ed1f756be Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 26 Sep 2025 06:58:05 +0200 Subject: [PATCH] Add repository configuration to antsibull-nox.toml. (cherry picked from commit ad7397a33297a3030a4795b39dfb717b39033859) --- antsibull-nox.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 5332b04f..f70fedc5 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -37,6 +37,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]