Переглянути джерело

ci: set Dependabot commit prefixs

Nicolas Duchon 2 роки тому
батько
коміт
fa52426d54
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

@@ -5,6 +5,8 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    commit-message:
+      prefix: "build"
     labels:
       - "type/build"
       - "scope/dockerfile"
@@ -14,5 +16,7 @@ updates:
     directory: "/test/requirements"
     schedule:
       interval: "daily"
+    commit-message:
+      prefix: "ci"
     labels:
       - "type/ci"