Skip to content

Commit c8cf9ce

Browse files
authored
Merge pull request #238 from davidyaha/feature/enable-dependabot
Enable Dependabot
2 parents 3d2e94d + 0ffd5c3 commit c8cf9ce

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: "/"
7+
# Check the npm registry for updates every day (weekdays)
8+
schedule:
9+
interval: "daily"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-redis-subscriptions",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A graphql-subscriptions PubSub Engine using redis",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)