mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 11:51:21 -03:00
64 lines
3.0 KiB
Plaintext
64 lines
3.0 KiB
Plaintext
{
|
||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
"rebaseWhen": "conflicted",
|
||
"prConcurrentLimit": 150,
|
||
"automergeType": "pr",
|
||
"pinDigests": true,
|
||
"branchPrefix": "renovate/",
|
||
"semanticCommits": "enabled",
|
||
"dependencyDashboard": true,
|
||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||
"gitAuthor": "TrueCharts-Admin <bot@truecharts.org>",
|
||
"separateMinorPatch": true,
|
||
"prHourlyLimit": 0,
|
||
"lockFileMaintenance": true,
|
||
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
|
||
"extends": [
|
||
"config:recommended",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/lockfile.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/pin.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/digest.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/patch.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/minor.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/major.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/updates/calver.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/npm.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/docker.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/flux.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/githubactions.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/go.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/helm-values.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/kinds/helm.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/groups.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/schedules.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/basics/commitMessage.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/basics/labels.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/customClusterManagers.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/customRules.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/customVersioning.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/customTalosClustertool.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/devcontainer.json5",
|
||
"github>trueforge-org/truecharts//.github/renovate/special/grafanadashboards.json5"
|
||
],
|
||
// Main Renovate configuration that lists package rules for various paths
|
||
"packageRules": [
|
||
],
|
||
"ignoreDeps": [
|
||
// List any dependencies to ignore globally if needed
|
||
"docker.io/remie/yourtransfer"
|
||
|
||
],
|
||
"ignorePaths": [
|
||
"**/*.sops.*",
|
||
"**/.archive/**",
|
||
"**/archive/**",
|
||
"**/misc/**",
|
||
"**/archive/**",
|
||
"**/resources/**",
|
||
"**/repositories/oci/**",
|
||
"**common/test-chart/tests/**",
|
||
"**common/test-chart/**",
|
||
"charts/library/common/test-chart/tests/**"
|
||
]
|
||
}
|