Skip to content

Commit 824dd7d

Browse files
hyperpolymathclaude
andcommitted
chore: update dependabot config and fix-outcomes learning data
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c50bd7a commit 824dd7d

2 files changed

Lines changed: 1084 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
version: 2
23
updates:
34
- package-ecosystem: "github-actions"
@@ -8,3 +9,65 @@ updates:
89
actions:
910
patterns:
1011
- "*"
12+
13+
# Rust dependencies
14+
- package-ecosystem: "cargo"
15+
directory: "/robot-repo-automaton"
16+
schedule:
17+
interval: "weekly"
18+
19+
- package-ecosystem: "cargo"
20+
directory: "/shared-context"
21+
schedule:
22+
interval: "weekly"
23+
24+
- package-ecosystem: "cargo"
25+
directory: "/bots/echidnabot"
26+
schedule:
27+
interval: "weekly"
28+
29+
- package-ecosystem: "cargo"
30+
directory: "/bots/glambot"
31+
schedule:
32+
interval: "weekly"
33+
34+
- package-ecosystem: "cargo"
35+
directory: "/bots/rhodibot"
36+
schedule:
37+
interval: "weekly"
38+
39+
- package-ecosystem: "cargo"
40+
directory: "/bots/seambot"
41+
schedule:
42+
interval: "weekly"
43+
44+
- package-ecosystem: "cargo"
45+
directory: "/bots/sustainabot"
46+
schedule:
47+
interval: "weekly"
48+
49+
- package-ecosystem: "cargo"
50+
directory: "/bots/finishingbot"
51+
schedule:
52+
interval: "weekly"
53+
54+
- package-ecosystem: "cargo"
55+
directory: "/bots/accessibilitybot"
56+
schedule:
57+
interval: "weekly"
58+
59+
- package-ecosystem: "cargo"
60+
directory: "/bots/cipherbot"
61+
schedule:
62+
interval: "weekly"
63+
64+
- package-ecosystem: "cargo"
65+
directory: "/bots/panicbot"
66+
schedule:
67+
interval: "weekly"
68+
69+
# Python dependencies for gsbot
70+
- package-ecosystem: "pip"
71+
directory: "/bots/gsbot"
72+
schedule:
73+
interval: "weekly"

0 commit comments

Comments
 (0)