Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 1, 2024
1 parent a8e6bcb commit 456014d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ updates:
labels: []
schedule:
interval: monthly
time: '17:00'
groups:
github-actions:
patterns:
- '*'

- package-ecosystem: npm
directory: /
labels: []
schedule:
interval: monthly
time: '17:00'
allow:
- dependency-type: development
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
npm-dependencies:
patterns:
- '*'
update-types:
- minor
- patch

0 comments on commit 456014d

Please sign in to comment.