Skip to content

Commit

Permalink
chore: tell dependabot to ignore otel deps
Browse files Browse the repository at this point in the history
Now that we have scripts/update-otel-deps.js for this.

Refs: #68
  • Loading branch information
trentm committed Feb 12, 2024
1 parent 6ea1db8 commit 41da745
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ updates:
open-pull-requests-limit: 10
reviewers:
- "elastic/apm-agent-node-js"
ignore:
# Ignore otel deps updates because dependabot messes it up. Use
# 'npm run maint:update-otel-deps' instead. See
# https://github.com/elastic/elastic-otel-node/pull/68 for details.
- dependency-name: "@opentelemetry/*"
groups:
otel:
patterns:
- "@opentelemetry/*"
eslint:
dependency-type: "development"
patterns:
- "eslint*"
patch-level:
update-types:
- "patch"
exclude-patterns:
- "@opentelemetry/*"

0 comments on commit 41da745

Please sign in to comment.