Skip to content

Commit

Permalink
ci(github): update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Feb 17, 2024
1 parent e1b7b22 commit 1b5daee
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
groups:
prettier:
patterns:
- prettier
- eslint-plugin-prettier
typescript-eslint:
patterns:
- '@typescript-eslint/*'

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'

0 comments on commit 1b5daee

Please sign in to comment.