Skip to content

Commit

Permalink
chore: running npm audit; adding dependabot setup (#24)
Browse files Browse the repository at this point in the history
aorumbayev authored Sep 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e15b75e commit 328c1c1
Showing 2 changed files with 1,862 additions and 1,525 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: 'chore(deps)'
groups:
all:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'
Loading

0 comments on commit 328c1c1

Please sign in to comment.