Skip to content

Commit

Permalink
chore: run dependabot daily and just update for major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Oct 29, 2024
1 parent 25e8f24 commit 8b1313e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: daily
ignore:
- dependency-name: "*"
# ignore patch and minor
update-types: [version-update:semver-patch, version-update:semver-minor]

0 comments on commit 8b1313e

Please sign in to comment.