mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
chore: add Dependabot configuration for Rust/Cargo dependencies
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
parent
8210b89ee9
commit
ff57a92702
1 changed files with 14 additions and 0 deletions
14
.github/workflows/dependabot.yml
vendored
14
.github/workflows/dependabot.yml
vendored
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue