mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-01 18:27:29 +00:00
30 lines
No EOL
833 B
JSON
30 lines
No EOL
833 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"schedule": ["before 4am on monday"],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 10,
|
|
"docker": {
|
|
"pinDigests": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Group all GitHub Actions digest-pin updates into one PR",
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["pin", "digest"],
|
|
"groupName": "GitHub Actions digest pins",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"description": "Group all Docker digest-pin updates into one PR",
|
|
"matchManagers": ["dockerfile"],
|
|
"matchUpdateTypes": ["pin", "digest"],
|
|
"groupName": "Docker image digest pins",
|
|
"automerge": false
|
|
}
|
|
]
|
|
} |