Skip to content

Commit

Permalink
chore(security): Create Dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter committed Oct 8, 2024
1 parent 21fa5db commit 67ebed2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
time: '09:00'
timezone: 'America/New_York'
labels:
- 'dependencies'
- 'internal'
groups:
security:
patterns:
- '*'
applies-to:
- 'security-updates'
update-types:
- 'patch'
- 'minor'
- 'major'
version:
patterns:
- '*'
applies-to:
- 'version-updates'
update-types:
- 'patch'
- 'minor'

0 comments on commit 67ebed2

Please sign in to comment.