Skip to content

Commit

Permalink
Setup "npm" and "docker" upgrade dependency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyut committed Jul 5, 2022
1 parent 2ab8c82 commit 4c52383
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@ updates:
timezone: "Asia/Tokyo"
reviewers:
- "increments/shared-dev-team"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "11:00"
timezone: "Asia/Tokyo"
reviewers:
- "increments/shared-dev-team"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "11:00"
timezone: "Asia/Tokyo"
reviewers:
- "increments/shared-dev-team"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased
=====

* Setup "npm" and "docker" upgrade dependency configuration [8](https://github.com/increments/camo/pull/8)
* Add tests on GitHub Actions [7](https://github.com/increments/camo/pull/7)

3.0.0
Expand Down

0 comments on commit 4c52383

Please sign in to comment.