mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 16:31:21 -03:00
more renovate work
This commit is contained in:
3
.github/renovate/kinds/astro.json5
vendored
3
.github/renovate/kinds/astro.json5
vendored
@@ -16,5 +16,6 @@
|
||||
},
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
3
.github/renovate/kinds/docker.json5
vendored
3
.github/renovate/kinds/docker.json5
vendored
@@ -19,5 +19,6 @@
|
||||
},
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
3
.github/renovate/kinds/flux.json5
vendored
3
.github/renovate/kinds/flux.json5
vendored
@@ -13,5 +13,6 @@
|
||||
|
||||
"ignore": [
|
||||
// Add any global ignores here
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
3
.github/renovate/kinds/githubactions.json5
vendored
3
.github/renovate/kinds/githubactions.json5
vendored
@@ -16,5 +16,6 @@
|
||||
},
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
|
||||
3
.github/renovate/kinds/go.json5
vendored
3
.github/renovate/kinds/go.json5
vendored
@@ -23,5 +23,6 @@
|
||||
"matchDepTypes": ["indirect"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
|
||||
3
.github/renovate/kinds/helm-values.json5
vendored
3
.github/renovate/kinds/helm-values.json5
vendored
@@ -12,5 +12,6 @@
|
||||
},
|
||||
"ignore": [
|
||||
// Add any global ignores here if needed
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
3
.github/renovate/kinds/helm.json5
vendored
3
.github/renovate/kinds/helm.json5
vendored
@@ -12,5 +12,6 @@
|
||||
},
|
||||
"ignore": [
|
||||
// Add any global ignores here if needed
|
||||
]
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
}
|
||||
11
.github/renovate/main.json5
vendored
11
.github/renovate/main.json5
vendored
@@ -1,21 +1,18 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"rebaseWhen": "conflicted",
|
||||
"prConcurrentLimit": 25,
|
||||
"prConcurrentLimit": 100,
|
||||
"pinDigests": true,
|
||||
"semanticCommits": "enabled",
|
||||
"extends": ["helpers:pinGitHubActionDigests"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||||
"separateMinorPatch": true,
|
||||
prHourlyLimit: 0,
|
||||
semanticCommits: 'enabled',
|
||||
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"docker:enableMajor",
|
||||
"replacements:k8s-registry-move",
|
||||
":automergeBranch",
|
||||
":disableRateLimiting",
|
||||
":dependencyDashboard",
|
||||
":semanticCommits",
|
||||
"github>truecharts/public//.github/renovate/updates/digest.json5",
|
||||
"github>truecharts/public//.github/renovate/updates/patch.json5",
|
||||
"github>truecharts/public//.github/renovate/updates/minor.json5",
|
||||
|
||||
2
.github/renovate/special/automerge.json5
vendored
2
.github/renovate/special/automerge.json5
vendored
@@ -7,7 +7,7 @@
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"matchUpdateTypes": ["digest", "patch", "minor"],
|
||||
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ]
|
||||
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ],
|
||||
},
|
||||
{
|
||||
"description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"],
|
||||
|
||||
3
.github/renovate/updates/major.json5
vendored
3
.github/renovate/updates/major.json5
vendored
@@ -11,7 +11,8 @@
|
||||
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
|
||||
"excludePackagePatterns": ["*"],
|
||||
"enabled": false,
|
||||
"matchUpdateTypes": ["major"]
|
||||
"matchUpdateTypes": ["major"],
|
||||
dependencyDashboardApproval: true,
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user