Skip to content

Commit b6d6240

Browse files
authored
chore: Use explicit upgrade directories for dependabot (#1810)
It still created bad prs like this one: https://github.com/braintrustdata/braintrust-sdk-javascript/pull/1809/changes
1 parent dbdc0c0 commit b6d6240

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ updates:
99
include: scope
1010

1111
- package-ecosystem: "npm"
12-
directory: "/"
12+
directories:
13+
- "/"
14+
- "/e2e"
15+
- "/js"
16+
- "/integrations/*"
17+
- "/integrations/otel-js/otel-v*"
1318
schedule:
1419
interval: "weekly"
1520
day: "monday"
@@ -20,14 +25,6 @@ updates:
2025
cooldown:
2126
default-days: 3
2227
semver-major-days: 14
23-
exclude-paths:
24-
- "e2e/**"
25-
- "js/examples/**"
26-
- "js/smoke/**"
27-
- "js/tests/**"
28-
- "integrations/**/examples/**"
29-
- "integrations/**/smoke/**"
30-
- "js/src/wrappers/**"
3128
groups:
3229
production-patch-minor:
3330
dependency-type: "production"

0 commit comments

Comments
 (0)