From 57961fbeddf5d26d1b8d5aab1dcd253b7ae9a431 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 5 Jan 2026 18:00:08 +0100 Subject: [PATCH] chore: remove dependabot configuration (#17776) Remove Dependabot configuration, as we are now using Renovate. Signed-off-by: Arve Knudsen --- .github/dependabot.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 99a9ce05a4..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "monthly" - - package-ecosystem: "github-actions" - directories: - - "/" - - "/scripts" - schedule: - interval: "monthly" - - package-ecosystem: "gomod" - directories: - - "/" - - "/documentation/examples/remote_storage" - - "/internal/tools" - schedule: - interval: "monthly" - groups: - aws: - patterns: - - "github.com/aws/*" - azure: - patterns: - - "github.com/Azure/*" - k8s.io: - patterns: - - "k8s.io/*" - go.opentelemetry.io: - patterns: - - "go.opentelemetry.io/*" - open-pull-requests-limit: 20