Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

ci: migrate dependabot config file to v2 #162

Merged
merged 3 commits into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .dependabot/config.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '08:00'
timezone: Japan
labels:
- 'dependabot:robot:'
commit-message:
prefix: fix
prefix-development: chore
include: scope
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Node CI Status](https://github.com/ddradar/consumer-ddr/workflows/Node%20CI/badge.svg "Node CI Status")](https://github.com/ddradar/consumer-ddr/actions?query=workflow%3A%22Node+CI%22)
[![codecov](https://codecov.io/gh/ddradar/consumer-ddr/branch/master/graph/badge.svg)](https://codecov.io/gh/ddradar/consumer-ddr)
[![CodeFactor](https://www.codefactor.io/repository/github/ddradar/consumer-ddr/badge)](https://www.codefactor.io/repository/github/ddradar/consumer-ddr)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ddradar/consumer-ddr)](https://dependabot.com)
[![License](https://img.shields.io/github/license/ddradar/consumer-ddr)](LICENSE)

Consumer DDR Song List
Expand Down