Skip to content

Commit

Permalink
A0-3838: Group dependabot PRs (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesniak43 authored Feb 5, 2024
1 parent 039c752 commit 29a43d1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
---
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
interval: daily
# UTC time
time: "06:00"
rebase-strategy: disabled
commit-message:
prefix: "A0-3951: "
groups:
all-rust-deps:
patterns:
- "*"
pull-request-branch-name:
separator: "-"

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: sunday
# UTC time
time: "06:15"
rebase-strategy: disabled
commit-message:
prefix: "A0-3952: "
groups:
all-github-actions:
patterns:
- "*"
pull-request-branch-name:
separator: "-"
reviewers:
- "Marcin-Radecki"

0 comments on commit 29a43d1

Please sign in to comment.