Skip to content

Commit 07d8391

Browse files
committed
Update dependabot config
Exclude more npm packages which we can't update pending web-platform-tests#232, and start updating GitHub Actions.
1 parent 6c76a4f commit 07d8391

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ updates:
55
schedule:
66
interval: monthly
77
ignore:
8+
- dependency-name: "chai"
9+
update-types: ["version-update:semver-major"]
10+
- dependency-name: "eslint"
11+
update-types: ["version-update:semver-major"]
12+
- dependency-name: "flags"
13+
update-types: ["version-update:semver-minor"]
814
- dependency-name: "node-fetch"
915
update-types: ["version-update:semver-major"]
1016

17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: monthly

0 commit comments

Comments
 (0)