57 lines
2.6 KiB
Plaintext
57 lines
2.6 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,
|
|
semanticCommits: 'enabled',
|
|
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
|
|
"extends": [
|
|
"config:recommended",
|
|
"github>truecharts/public//.github/renovate/updates/lockfile.json5",
|
|
"github>truecharts/public//.github/renovate/updates/pin.json5",
|
|
"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/kinds/astro.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/docker.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/flux.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/githubactions.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/go.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/helm-values.json5",
|
|
"github>truecharts/public//.github/renovate/kinds/helm.json5",
|
|
"github>truecharts/public//.github/renovate/special/groups.json5",
|
|
"github>truecharts/public//.github/renovate/special/schedules.json5",
|
|
"github>truecharts/public//.github/renovate/basics/commitMessage.json5",
|
|
"github>truecharts/public//.github/renovate/basics/labels.json5",
|
|
"github>truecharts/public//.github/renovate/special/customClusterManagers.json5",
|
|
"github>truecharts/public//.github/renovate/special/customRules.json5",
|
|
"github>truecharts/public//.github/renovate/special/customVersioning.json5"
|
|
],
|
|
// Main Renovate configuration that lists package rules for various paths
|
|
"packageRules": [
|
|
],
|
|
"ignoreDeps": [
|
|
// List any dependencies to ignore globally if needed
|
|
],
|
|
"ignorePaths": [
|
|
"**/*.sops.*",
|
|
"**/.archive/**",
|
|
"**/archive/**",
|
|
"**/misc/**",
|
|
"**/archive/**",
|
|
"**/resources/**",
|
|
"**common/test-chart/tests/**",
|
|
"charts/library/common/test-chart/tests/**"
|
|
],
|
|
}
|