Skip to content

Commit

Permalink
Update dependabot.yml (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Feb 5, 2024
1 parent 2ee2469 commit 0a6583d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,23 @@

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
assignees:
- 'svrnm'
groups:
dependencies:
patterns:
- '*'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
assignees:
- 'svrnm'
groups:
dependencies:
patterns:
- '*'

0 comments on commit 0a6583d

Please sign in to comment.