From fa95582c47731b6e6ba211b4546c21ec9d5968a9 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Tue, 16 Dec 2025 16:47:22 +0100 Subject: [PATCH] dependabot --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..efabbe50a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + # Update Cargo dependencies + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + # Group all reth-related updates together + groups: + reth: + patterns: + - "reth*" + # Only allow updates to reth packages + allow: + - dependency-name: "reth*" + commit-message: + prefix: "deps"