Skip to content

Commit e233488

Browse files
committed
👷 Add dependabot
1 parent c2a7e47 commit e233488

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
ignore:
8+
- dependency-name: "chalk"
9+
update-types: ["version-update:semver-major"]
10+
- dependency-name: "meow"
11+
update-types: ["version-update:semver-major"]
12+
- dependency-name: "node-fetch"
13+
update-types: ["version-update:semver-major"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Schema Diff
22

3-
[![Build Status](https://img.shields.io/github/workflow/status/fabsrc/graphql-schema-diff/CI/master.svg?style=flat-square)](https://github.com/fabsrc/graphql-schema-diff/actions/workflows/main.yml)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/fabsrc/graphql-schema-diff/main.yml?branch=master&style=flat-square)](https://github.com/fabsrc/graphql-schema-diff/actions/workflows/main.yml)
44
[![npm](https://img.shields.io/npm/v/graphql-schema-diff.svg?style=flat-square)](https://www.npmjs.com/package/graphql-schema-diff)
55

66
Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.

0 commit comments

Comments
 (0)