Просмотр исходного кода

cicd: #106 Dependabot / in branch name breaking snapshot build

jamesread 3 лет назад
Родитель
Сommit
a7a6ad53cc
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      .github/dependabot.yml

+ 7 - 0
.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: "-"