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

Commit 59af9b3

Browse files
committed
ci: add explicit dependabot.yml
1 parent 1fb0f41 commit 59af9b3

File tree

3 files changed

+193
-183
lines changed

3 files changed

+193
-183
lines changed

.github/dependabot.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@polkadot/api": "4.1.1",
26+
"@polkadot/api": "4.2.1",
2727
"memoizee": "^0.4.14"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)