Skip to content

Commit

Permalink
chore: update dependabot pr limit to 10 and group shiki deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Apr 17, 2024
1 parent bb276ec commit 5a4ac15
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
shiki:
patterns:
- 'shiki'
- '@shikijs/*'

0 comments on commit 5a4ac15

Please sign in to comment.