Skip to content

Commit

Permalink
Add dependabot and default codeowners (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar authored Jul 18, 2024
1 parent 56f9935 commit 7190eff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
# Go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"
golang.org/x/:
patterns:
- "golang.org/x/*"
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Default owners
* @elastic/obs-infraobs-integrations @elastic/obs-ds-intake-services

# These owners will be the default owners for everything in
# the repo.
remappers/ @elastic/obs-infraobs-integrations
Expand Down

0 comments on commit 7190eff

Please sign in to comment.