Skip to content

Commit

Permalink
chore: Adds dependency grouping and uses weekly schedule in dependabot (
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan authored Apr 26, 2024
1 parent 27f91f8 commit 52637eb
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: "pip"
directory: "/tests/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
pip_dependencies:
patterns:
- "*"

0 comments on commit 52637eb

Please sign in to comment.