Skip to content

Commit 82c09d9

Browse files
committed
chore(ci): remove cargo ecosystem from dependabot config
## What/Why Remove the cargo package ecosystem from the dependabot configuration per PR review feedback (EpicGames#21). ## Proof it works YAML-only change; validated structure manually. Remaining ecosystems (uv, github-actions, docker) are unchanged. ## Risk + AI role Low -- config removal only. AI-assisted (Claude Opus 4.6) for the edit. ## Review focus Confirm cargo removal aligns with upstream maintainer intent. Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 15bdb1c commit 82c09d9

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "cargo"
5-
directory: "/"
6-
schedule:
7-
interval: "weekly"
8-
cooldown:
9-
default-days: 7
10-
commit-message:
11-
prefix: "chore(deps)"
12-
labels: ["rust", "dependencies"]
13-
groups:
14-
dependencies:
15-
applies-to: version-updates
16-
update-types:
17-
- "minor"
18-
- "patch"
194
- package-ecosystem: "uv"
205
directory: "/"
216
schedule:

0 commit comments

Comments
 (0)