Skip to content

Commit 012cd94

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 012cd94

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ updates:
33
- package-ecosystem: npm
44
directory: /
55
schedule:
6-
interval: monthly
6+
interval: daily
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: daily

0 commit comments

Comments
 (0)