Skip to content

Commit

Permalink
Merge pull request #621 from weseek/support/change-label-of-dependabot
Browse files Browse the repository at this point in the history
support: Change labels of PR by dependabot
  • Loading branch information
ryu-sato authored Apr 29, 2024
2 parents e8e1c99 + 1a62928 commit 9e0208f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,6 +25,9 @@ updates:
commit-message:
prefix: ci
include: scope
labels:
- npm
- type/dependencies

# Docker
- package-ecosystem: docker
Expand All @@ -31,10 +37,16 @@ updates:
commit-message:
prefix: ci
include: scope
labels:
- docker
- type/dependencies
- package-ecosystem: docker
directory: /docker/
schedule:
interval: daily
commit-message:
prefix: ci
include: scope
labels:
- docker
- type/dependencies

0 comments on commit 9e0208f

Please sign in to comment.