This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Corn-Utility/renovate.json
toast 67c7ae7be5
All checks were successful
Build and push container image / build (push) Successful in 41s
I wonder if this option does anything
2023-10-23 22:56:17 +11:00

47 lines
1.2 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"default:automergeDigest",
"default:automergeBranchPush",
"helpers:pinGitHubActionDigests"
],
"commitBody": "PR created by Renovate Bot.",
"timezone": "Australia/Sydney",
"vulnerabilityAlerts": {
"groupName": "renovate-security",
"schedule": ["before 11pm every day"],
"dependencyDashboardApproval": false,
"minimumReleaseAge": "1h",
"rangeStrategy": "update-lockfile",
"commitMessageSuffix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability",
"prCreation": "immediate"
},
"pinDigests": true,
"ignoreTests": true,
"postUpdateOptions": [
"gomodTidy"
],
"pruneStaleBranches": true,
"pruneBranchAfterAutomerge": true,
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"automergeSchedule": [
"at any time"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"matchManagers": ["docker-compose"],
"matchUpdateTypes": ["pin", "digest"],
"enabled": false
}
]
}