Skip to content

Commit

Permalink
Check for package updates daily
Browse files Browse the repository at this point in the history
This change may be reverted some day, but for now it looks like
dependabot might be missing some updates and it isn't clear what the
downside of daily will be.
  • Loading branch information
slifty committed Aug 9, 2023
1 parent 65bd8a1 commit 96fc7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
ignore:
- dependency-name: "node-fetch"
update-types: ["version-update:semver-major"]
Expand Down

0 comments on commit 96fc7ad

Please sign in to comment.