mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 04:31:14 +00:00
renovate: remove pr footer, remove hourly limit, fix patterns
This commit is contained in:
+10
-1
@@ -1,12 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"prConcurrentLimit": 15,
|
"prConcurrentLimit": 15,
|
||||||
|
"prHourlyLimit": 0,
|
||||||
|
"prFooter": "",
|
||||||
"enabledManagers": [
|
"enabledManagers": [
|
||||||
"docker-compose",
|
"docker-compose",
|
||||||
|
"github-actions",
|
||||||
"helm-values",
|
"helm-values",
|
||||||
"flux"
|
"flux",
|
||||||
|
"terraform"
|
||||||
],
|
],
|
||||||
"osvVulnerabilityAlerts": true,
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"flux": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/kubernetes/.+\\.ya?ml$/"
|
||||||
|
]
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "docker-compose updates",
|
"description": "docker-compose updates",
|
||||||
|
|||||||
Reference in New Issue
Block a user