diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1109a01..2069752c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: ignore: # See: https://github.com/bakunyo/git-pr-release-action/issues/15, https://github.com/samunohito/SimpleVolumeMixer/commit/2059044c71236509466cf9b1bb2d56d515274938 - dependency-name: bakunyo/git-pr-release-action + labels: + - github-actions + - type/dependencies # npm - package-ecosystem: npm @@ -22,6 +25,9 @@ updates: commit-message: prefix: ci include: scope + labels: + - npm + - type/dependencies # Docker - package-ecosystem: docker @@ -31,6 +37,9 @@ updates: commit-message: prefix: ci include: scope + labels: + - docker + - type/dependencies - package-ecosystem: docker directory: /docker/ schedule: @@ -38,3 +47,6 @@ updates: commit-message: prefix: ci include: scope + labels: + - docker + - type/dependencies