Skip to content

Commit

Permalink
chore: combine dependabot updates in weekly updates (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariofaccin authored Jun 13, 2024
1 parent 68dc494 commit c067df7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
npm_dependencies:
patterns:
- "*"

0 comments on commit c067df7

Please sign in to comment.