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"