Skip to content

Commit

Permalink
group estlint and jest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 13, 2024
1 parent 292b471 commit e015d1a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 1
groups:
eslint:
patterns:
- '*eslint*'
jest:
patterns:
- '*jest*'

0 comments on commit e015d1a

Please sign in to comment.