From ff9cd002752e07138fc820c57e6180f6f015ec09 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 19 Feb 2024 15:25:57 +0100 Subject: [PATCH] ci: add dependabot and build badge --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..355567e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,30 @@ +version: 2 +updates: + + # GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "elastic/observablt-ci" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*" + + # GitHub composite actions + - package-ecosystem: "github-actions" + directory: "/.github/workflows/bootstrap" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + groups: + github-actions: + patterns: + - "*" diff --git a/README.md b/README.md index cf8d682..262ead6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Pull Request Validation](https://github.com/elastic/elastic-otel-dotnet/actions/workflows/ci.yml/badge.svg)](https://github.com/elastic/elastic-otel-dotnet/actions/workflows/ci.yml) + # Elastic OpenTelemetry Distribution This is Elastic's distribution of OpenTelemetry for .NET.