Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 17 additions & 39 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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: "/"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

Loading