Skip to content

Commit

Permalink
chore: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u committed Dec 18, 2024
1 parent c7e3a59 commit b30a4f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,24 @@ updates:
directory: /
schedule:
interval: daily
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: 'all'
groups:
bundler:
applies-to: version-updates
patterns:
- '*'

- package-ecosystem: npm
directory: /
schedule:
interval: daily
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: 'all'
groups:
npm:
applies-to: version-updates
patterns:
- '*'

0 comments on commit b30a4f5

Please sign in to comment.