Skip to content

Commit 047c05a

Browse files
authored
Drop greenkeeper for dependabot (#215)
* Drop greenkeeper for dependabot * update ci badge
1 parent 6ccbf2a commit 047c05a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.dependabot/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "javascript"
4+
directory: "/"
5+
update_schedule: "daily"
6+
ignored_updates:
7+
- match:
8+
dependency_name: "tap"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fast-json-stringify
22

33
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
4-
![Ci Workflow](https://github.com/fastify/fastify-bearer-auth/workflows/CI%20workflow/badge.svg)
4+
![Ci Workflow](https://github.com/fastify/fast-json-stringify/workflows/CI%20workflow/badge.svg)
55
[![NPM downloads](https://img.shields.io/npm/dm/fast-json-stringify.svg?style=flat)](https://www.npmjs.com/package/fast-json-stringify)
66

77

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,5 @@
5252
"ignore": [
5353
"schema-validator.js"
5454
]
55-
},
56-
"greenkeeper": {
57-
"ignore": [
58-
"tap"
59-
]
6055
}
6156
}

0 commit comments

Comments
 (0)