We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd051ff + 50224ba commit 9e69239Copy full SHA for 9e69239
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ # Python (root pyproject.toml)
4
+ - package-ecosystem: "pip"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # JavaScript (codeflash npm package)
10
+ - package-ecosystem: "npm"
11
+ directory: "/packages/codeflash"
12
13
14
15
+ # GitHub Actions
16
+ - package-ecosystem: "github-actions"
17
18
19
20
21
+ # code_to_optimize/ directories are test fixtures — do NOT update them.
22
+ # Dependabot PRs for these always fail (missing secrets) and waste CI.
0 commit comments