Skip to content

Commit

Permalink
chore: fix dependabot config (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored Sep 4, 2024
1 parent c9f70bd commit 600fe6c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ updates:
interval: weekly
groups:
all:
patterns: '*'
patterns:
- '*'

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
all:
patterns: '*'
patterns:
- '*'

- package-ecosystem: npm
directory: /test/addon_build/tpl
schedule:
interval: weekly
groups:
all:
patterns: '*'
patterns:
- '*'

0 comments on commit 600fe6c

Please sign in to comment.