1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "labels": [
- "renovatebot",
- "dependencies"
- ],
- "constraints": {
- "go": "1.20"
- },
- "extends": [
- "config:base"
- ],
- "schedule": ["every tuesday"],
- "ignorePaths": [
- "**/receiver/apachesparkreceiver/testdata/integration/Dockerfile.apache-spark",
- "**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_16_3",
- "**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_9_3",
- "**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_0",
- "**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4.lpu",
- "**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.5_0"
- ],
- "packageRules": [
- {
- "matchManagers": ["dockerfile"],
- "groupName": "dockerfile deps"
- },
- {
- "matchManagers": ["docker-compose"],
- "groupName": "docker-compose deps"
- },
- {
- "matchManagers": ["github-actions"],
- "groupName": "github-actions deps"
- },
- {
- "matchManagers": ["gomod"],
- "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/collector"],
- "groupName": "All OpenTelemetry Collector packages"
- },
- {
- "matchManagers": ["gomod"],
- "matchSourceUrlPrefixes": ["https://github.com/aws"],
- "groupName": "All github.com/aws packages"
- },
- {
- "matchManagers": ["gomod"],
- "matchSourceUrlPrefixes": ["https://github.com/azure"],
- "groupName": "All github.com/azure packages"
- },
- {
- "matchManagers": ["gomod"],
- "matchSourceUrlPrefixes": ["https://github.com/datadog"],
- "groupName": "All github.com/datadog packages"
- },
- {
- "matchManagers": ["gomod"],
- "matchSourceUrlPrefixes": ["https://github.com/googlecloudplatform"],
- "groupName": "All github.com/googlecloudplatform packages"
- },
- {
- "matchManagers": ["gomod"],
- "matchUpdateTypes": ["minor", "major"]
- }
- ],
- "ignoreDeps": [
- "github.com/mattn/go-ieproxy"
- ]
- }
|