Skip to content

Commit

Permalink
chore: reduce dependabot noise (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jan 19, 2024
1 parent f1ca4cc commit c6561d9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Expand Up @@ -3,14 +3,23 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
all:
patterns: '*'

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

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

0 comments on commit c6561d9

Please sign in to comment.