Skip to content

Commit 662d00f

Browse files
committed
feat: init codependence
1 parent c30b0d6 commit 662d00f

File tree

3 files changed

+49
-7
lines changed

3 files changed

+49
-7
lines changed

.github/dependabot.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ updates:
55
schedule:
66
interval: daily
77
time: '13:00'
8-
open-pull-requests-limit: 2
9-
ignore:
10-
- dependency-name: 'supports-color'
11-
versions:
12-
- '^8'
8+
open-pull-requests-limit: 0

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"release": "release-it",
2626
"report:coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
2727
"setup": "pnpm install --reporter=silent",
28-
"test": "nyc mocha test.js --timeout 10s --coverage"
28+
"test": "nyc mocha test.js --timeout 10s --coverage",
29+
"update": "codependence --update"
2930
},
3031
"repository": {
3132
"type": "git",
@@ -42,6 +43,7 @@
4243
"@commitlint/prompt": "^17.0.3",
4344
"assert": "^2.0.0",
4445
"codecov": "^3.8.3",
46+
"codependence": "^0.2.6",
4547
"commitizen": "^4.2.4",
4648
"conventional-changelog-cli": "^2.2.2",
4749
"eslint": "^8.7.0",

pnpm-lock.yaml

+45-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)