Skip to content
Merged
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
91 changes: 91 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,97 @@
"github.com/nginx/agent/v3"
],
"groupName": "NGINX Agent"
},
{
"groupName": "Go module dependencies",
"matchManagers": [
"gomod"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/"
},
{
"groupName": "Docker digests",
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"digest"
]
},
{
"groupName": "GitHub Actions",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "Kubernetes manifests",
"matchManagers": [
"kubernetes"
]
},
{
"groupName": "Testing dependencies",
"matchManagers": [
"gomod"
],
"matchPackagePatterns": [
"^github.com/onsi/",
"^github.com/stretchr/testify"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "npm dependencies",
"matchManagers": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"schedule": [
"before 3am on Monday"
]
},
{
"groupName": "OpenTelemetry Collector",
"matchPackagePatterns": [
"opentelemetry.*collector",
"opentelemetry-collector"
],
"schedule": [
"before 3am on Monday"
]
},
{
"groupName": "CodeQL",
"matchPackageNames": [
"github/codeql-action"
],
"schedule": [
"before 3am on Monday"
]
},
{
"groupName": "Lock file maintenance",
"matchUpdateTypes": [
"lockFileMaintenance"
],
"schedule": [
"before 3am on Monday"
]
}
]
}
Loading