From b114803ee0b164a4f15111d0ba5dc65534ca9751 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 26 Mar 2025 12:33:09 +0100 Subject: [PATCH] dependabot: use directories and use docker ecosystem --- .github/dependabot.yml | 56 +++++++++++++----------------------------- renovate.json | 6 ----- 2 files changed, 17 insertions(+), 45 deletions(-) delete mode 100644 renovate.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f946033234..f7c4dbbfe3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ --- version: 2 +registries: + docker-elastic: + type: docker-registry + url: https://docker.elastic.co + username: ${{secrets.ELASTIC_DOCKER_USERNAME}} + password: ${{secrets.ELASTIC_DOCKER_PASSWORD}} + updates: - package-ecosystem: "maven" directory: "/" @@ -70,23 +77,11 @@ updates: - dependency-name: "com.amazonaws:aws-java-sdk-dynamodb" - dependency-name: "software.amazon.awssdk:*" -# GitHub actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "sunday" - time: "22:00" - reviewers: - - "elastic/observablt-ci" - groups: - github-actions: - patterns: - - "*" - -# GitHub composite actions - package-ecosystem: "github-actions" - directory: "/.github/workflows/maven-goal" + directories: + - '/' + - '/.github/actions/*' + - '/.github/workflows/*' schedule: interval: "weekly" day: "sunday" @@ -98,28 +93,11 @@ updates: patterns: - "*" - - package-ecosystem: "github-actions" - directory: "/.github/workflows/stash" - schedule: - interval: "weekly" - day: "sunday" - time: "22:00" + - package-ecosystem: "docker" + directories: + - '/' reviewers: - - "elastic/observablt-ci" - groups: - github-actions: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/.github/workflows/unstash" + - "@elastic/apm-agent-java" + registries: "*" schedule: - interval: "weekly" - day: "sunday" - time: "22:00" - reviewers: - - "elastic/observablt-ci" - groups: - github-actions: - patterns: - - "*" + interval: "daily" diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 36237c56f4..0000000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>elastic/renovate-config:only-chainguard" - ] -}