Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
Exclude more npm packages which we can't update pending
web-platform-tests#232, and
start updating GitHub Actions.
  • Loading branch information
gsnedders committed Sep 26, 2024
1 parent 6c76a4f commit 012cd94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
interval: daily
ignore:
- dependency-name: "chai"
update-types: ["version-update:semver-major"]
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- dependency-name: "flags"
update-types: ["version-update:semver-minor"]
- dependency-name: "node-fetch"
update-types: ["version-update:semver-major"]

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 012cd94

Please sign in to comment.