From ff57a927023338d32ab174164c5183c25a8211df Mon Sep 17 00:00:00 2001 From: John Rogers Date: Thu, 10 Jul 2025 13:43:39 +0100 Subject: [PATCH] chore: add Dependabot configuration for Rust/Cargo dependencies Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) --- .github/workflows/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index e69de29..1f9a015 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + reviewers: + - "@me" + assignees: + - "@me" + commit-message: + prefix: "cargo" + include: "scope"