Skip to content

Commit

Permalink
chore(instr-openai): fix dependabot config to ignore locked deps; upd…
Browse files Browse the repository at this point in the history
…ate deps

Refs: #540
  • Loading branch information
trentm committed Jan 15, 2025
1 parent c853fe9 commit 7dc8b47
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 224 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ updates:
patterns:
- "*"

#XXX
- package-ecosystem: "npm"
directory: "/packages/instrumentation-openai"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
reviewers:
- "elastic/apm-agent-node-js"
ignore:
# Locked to the same version being used by opentelemetry-js-contrib.
- dependency-name: "@types/node"
# Locked to the same version being used by opentelemetry-js-contrib.
- dependency-name: "@typescript-eslint/*"
# Locked to the same version being used by opentelemetry-js-contrib.
- dependency-name: "typescript"
groups:
instrumentation-openai:
patterns:
Expand Down
Loading

0 comments on commit 7dc8b47

Please sign in to comment.