Skip to content

Commit

Permalink
chore(CI): mark dependabot pull requests as chore (#13)
Browse files Browse the repository at this point in the history
* fix according to github doc
  • Loading branch information
Eun authored Mar 17, 2021
1 parent db66402 commit c9fb6b2
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 @@ -6,11 +6,23 @@ updates:
schedule:
interval: daily
time: "04:00"
commit-message:
prefix: "chore"
labels:
- "dependencies"
- "go"
- "chore"

- package-ecosystem: "github-actions"
open-pull-requests-limit: 10
directory: "/"
schedule:
interval: "daily"
time: "04:00"
commit-message:
prefix: "chore"
labels:
- "dependencies"
- "github_actions"
- "chore"

0 comments on commit c9fb6b2

Please sign in to comment.