mirror of
https://github.com/truecharts/charts.git
synced 2026-07-20 21:04:28 -03:00
83 lines
2.7 KiB
Plaintext
83 lines
2.7 KiB
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"rebaseWhen": "conflicted",
|
|
"prConcurrentLimit": 25,
|
|
"pinDigests": true,
|
|
"semanticCommits": "enabled",
|
|
"extends": ["helpers:pinGitHubActionDigests"],
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
|
"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",
|
|
"github>truecharts/public//.github/renovate/updates/major.json5",
|
|
"github>truecharts/public//.github/renovate/updates/calver.json5",
|
|
"github>truecharts/public//.github/renovate/basics/commitMessage.json5",
|
|
"github>truecharts/public//.github/renovate/basics/labels.json5",
|
|
"github>truecharts/public//.github/renovate/special/groups.json5"
|
|
],
|
|
// Main Renovate configuration that lists package rules for various paths
|
|
"packageRules": [
|
|
{
|
|
"paths": [".github/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/github.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["charts/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/charts.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["containers/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/containers.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["clusters/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/clusters.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["repositories/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/repositories.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["clustertool/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/clustertool.json5"
|
|
]
|
|
},
|
|
{
|
|
"paths": ["website/**"], // Adjusted path
|
|
"enabled": true,
|
|
"extends": [
|
|
"github>truecharts/public//.github/renovate/folders/website.json5"
|
|
]
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
// List any dependencies to ignore globally if needed
|
|
]
|
|
} |