From a7a6ad53ccbadd3c9009425f9c47e11feb616b6c Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 23 Feb 2023 10:19:55 +0000 Subject: [PATCH] cicd: #106 Dependabot / in branch name breaking snapshot build --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2da8160 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + pull-request-branch-name: + # The default / breaks artifact names at archive time. + separator: "-"