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 cc1e175c83
All checks were successful
Build and push container image / build (push) Successful in 41s
Try to prevent Google AppEngine from being updated to v2
2023-10-23 23:14:38 +11:00

54 lines
1.3 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": true
},
{
"matchDepNames": [
"google.golang.org/appengine/v2"
],
"matchUpdateTypes": ["pin", "digest"],
"enabled": true
}
]
}