Browse Source

Merge pull request #14227 from prometheus/superq/more_dependabot_prs

Increase the depndabot open PR limit
pull/14230/head
Ben Kochie 6 months ago committed by GitHub
parent
commit
35444b9de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/dependabot.yml

2
.github/dependabot.yml

@ -11,6 +11,7 @@ updates:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
open-pull-requests-limit: 20
- package-ecosystem: "gomod"
directory: "/documentation/examples/remote_storage"
schedule:
@ -19,6 +20,7 @@ updates:
directory: "/web/ui"
schedule:
interval: "monthly"
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
schedule:

Loading…
Cancel
Save