diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6456bad --- /dev/null +++ b/.github/dependabot.yml @@ -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/*" diff --git a/CODEOWNERS b/CODEOWNERS index 62407ce..d6d0825 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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