From 871e2809edd7b1f9242f7ee12b8dc9321553887f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 26 Sep 2025 07:03:53 +0200 Subject: [PATCH] Add repository configuration to antsibull-nox.toml. (cherry picked from commit e9b1788bb9390f7d27852bc6c8da213d71d581d8) --- antsibull-nox.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 60e7b90a52..65c3c5f76e 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -16,6 +16,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]