KubeArmor/renovate.json
Athang69 2715942335 build: pin CI/CD dependencies by digest and fix go toolchain mismatch
Signed-off-by: Athang69 <athangkali21@gmail.com>
2026-06-25 09:08:08 +05:30

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
}
]
}