Files

53 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2021-06-02 09:40:22 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate(bot) : dependency dashboard",
"vulnerabilityAlerts": {
"enabled": true
2026-05-26 19:56:47 +02:00
},
"extends": [
"config:best-practices",
"helpers:pinGitHubActionDigests",
"schedule:weekly"
],
"recreateWhen": "always",
"packageRules": [
{
"matchPackageNames": ["*"],
"groupName": "all dependencies",
"groupSlug": "all"
},
{
"description": "Run pin updates immediately, outside of weekly schedule",
"matchUpdateTypes": ["pin"],
"schedule": ["at any time"]
},
{
"description": "Skip digest pinning for bare branch refs - these cannot be pinned reliably",
"matchPackageNames": ["ccojocar/barry", "securego/gosec"],
"matchManagers": ["github-actions"],
"pinDigests": false
},
{
"description": "Enable vulnerability alerts for indirect Go dependencies",
"matchDepTypes": ["indirect"],
"matchManagers": ["gomod"],
"enabled": true,
"vulnerabilityAlerts": {
"enabled": true
}
}
],
"lockFileMaintenance": {
"commitMessageAction": "Update",
"enabled": true,
"schedule": ["before 3am on monday"],
"branchPrefix": "renovate/"
2026-05-26 20:15:02 +02:00
},
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"separateMajorMinor": false
2021-06-02 09:40:22 +02:00
}