Skip to content

Commit

Permalink
Merge pull request #350 from SongStitch/chore/dependabot-only-bump-np…
Browse files Browse the repository at this point in the history
…m-minor-versions

chore: update dependabot to only push minor and patch updates for npm…
  • Loading branch information
BradLewis authored Nov 14, 2024
2 parents be3e9fc + ba44417 commit d9940aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ updates:
interval: 'daily'
time: '09:00'
timezone: 'Australia/Sydney'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
npm:
patterns:
Expand Down

0 comments on commit d9940aa

Please sign in to comment.