Skip to content

Commit

Permalink
ci: add package-ecosystem github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jun 19, 2020
1 parent 7f04550 commit 0a75b91
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
version: 2
updates:

- package-ecosystem: npm
directory: "/"
schedule:
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

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: '11:00'
timezone: Japan
labels:
- "CI/CD"
commit-message:
prefix: ci

0 comments on commit 0a75b91

Please sign in to comment.