2 Commits

2 changed files with 10 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spec:
- name: renovate - name: renovate
# Update this to the latest available and then enable Renovate on # Update this to the latest available and then enable Renovate on
# the manifest # the manifest
image: renovate/renovate:43.60.4-full image: renovate/renovate:43.60.6-full
envFrom: envFrom:
- secretRef: - secretRef:
name: renovate-gitea-token name: renovate-gitea-token

View File

@@ -10,5 +10,13 @@
"gotk-components\\.ya?ml$" "gotk-components\\.ya?ml$"
] ]
}, },
"prHourlyLimit": 9 "prHourlyLimit": 9,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
} }