Skip to content

Commit

Permalink
ci: fix labels of github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jun 18, 2020
1 parent 0b3975d commit 697e1b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ updates:
interval: daily
time: '11:00'
timezone: Japan
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 1
labels:
- dependencies
- "dependencies"
ignore:
- dependency-name: "@types/node"
versions:
- ">= 13.a, < 14"
- dependency-name: "@types/node"
versions:
- ">= 14.a, < 15"
commit-message:
prefix: deps
Expand All @@ -27,8 +23,7 @@ updates:
interval: "daily"
time: '11:00'
timezone: Japan
open-pull-requests-limit: 1
labels:
- "dependencies:ci"
- "CI/CD"
commit-message:
prefix: ci

0 comments on commit 697e1b0

Please sign in to comment.