Skip to content

Commit

Permalink
ci: add dependabot for gomod and gha packages (#12)
Browse files Browse the repository at this point in the history
* ci: add dependabot for gomod and gha packages

* ci: group otel dependabot updates
  • Loading branch information
rogercoll authored Jun 18, 2024
1 parent 1795a98 commit 9918313
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
groups:
otel-dependencies:
patterns: ["go.opentelemetry.io/*"]
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- automation

0 comments on commit 9918313

Please sign in to comment.