mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
36 lines
889 B
YAML
36 lines
889 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
testcontainers-go:
|
|
patterns:
|
|
- "github.com/testcontainers/testcontainers-go"
|
|
- "github.com/testcontainers/testcontainers-go/modules/*"
|
|
k8s.io:
|
|
patterns:
|
|
- "k8s.io/api"
|
|
- "k8s.io/apiextensions-apiserver"
|
|
- "k8s.io/apimachinery"
|
|
- "k8s.io/apiserver"
|
|
- "k8s.io/cli-runtime"
|
|
- "k8s.io/client-go"
|
|
- "k8s.io/kubectl"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Enable version updates for Docker
|
|
- package-ecosystem: "docker"
|
|
# Look for a `Dockerfile` in the `root` directory
|
|
directories:
|
|
- "**/*"
|
|
# Check for updates once a week
|
|
schedule:
|
|
interval: "weekly"
|