소스 검색

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

jamesread 3 년 전
부모
커밋
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: "-"