Skip to content

Commit 9eabd12

Browse files
committed
Replace Greenkeeper by Dependabot and remove David
1 parent 6cf75da commit 9eabd12

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
[![NPM Version](http://img.shields.io/npm/v/obsidian-project.svg?style=flat)](https://www.npmjs.com/package/obsidian-project)
44
[![License](http://img.shields.io/npm/l/obsidian-project.svg?style=flat)](https://github.com/wanadev/obsidian-project/blob/master/LICENSE)
5-
[![Dependencies](https://img.shields.io/david/wanadev/obsidian-project.svg?maxAge=2592000)]()
6-
[![Dev Dependencies](https://img.shields.io/david/dev/wanadev/obsidian-project.svg?maxAge=2592000)]()
7-
[![Greenkeeper badge](https://badges.greenkeeper.io/wanadev/obsidian-project.svg)](https://greenkeeper.io/)
85

96

107
Documentation:

0 commit comments

Comments
 (0)