Files
truecharts/.github/renovate/main.json5
T
2025-11-27 16:18:30 +01:00

64 lines
3.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$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/**"
]
}