Added Dependabot and GitHub Action

This commit is contained in:
Ahmad 2024-02-15 20:08:50 -05:00
parent f3e2f01bd7
commit 817cd7f92d
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 46 additions and 0 deletions

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'
assignees:
- 'ahmadk953'
reviewers:
- 'ahmadk953'