Skip to content

Commit fcf2afd

Browse files
authored
chore: group dependabot updates, bump posthog-rs, clean up deny.toml (#434)
1 parent 7999c44 commit fcf2afd

5 files changed

Lines changed: 331 additions & 221 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tempo-common: patch
3+
---
4+
5+
Bump posthog-rs 0.5.0 → 0.5.3 (drops reqwest 0.11/rustls 0.21 chain), remove stale advisory ignores, add dependabot update grouping.

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
open-pull-requests-limit: 10
88
cooldown:
99
default-days: 7
10+
groups:
11+
cargo-weekly:
12+
applies-to: "version-updates"
13+
patterns: ["*"]
14+
update-types: ["minor", "patch"]
1015

1116
- package-ecosystem: "github-actions"
1217
directory: "/"
@@ -15,3 +20,8 @@ updates:
1520
open-pull-requests-limit: 10
1621
cooldown:
1722
default-days: 7
23+
groups:
24+
actions-weekly:
25+
applies-to: "version-updates"
26+
patterns: ["*"]
27+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)