Files
auricom-home-cluster/.github/renovate.json5
2024-10-22 09:33:39 +02:00

49 lines
1.5 KiB
Plaintext

{
"extends": [
"config:best-practices",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":skipStatusChecks",
"github>auricom/home-ops//.github/renovate/allowedVersions.json5",
"github>auricom/home-ops//.github/renovate/autoMerge.json5",
"github>auricom/home-ops//.github/renovate/commitMessage.json5",
"github>auricom/home-ops//.github/renovate/customManagers.json5",
"github>auricom/home-ops//.github/renovate/grafanaDashboards.json5",
"github>auricom/home-ops//.github/renovate/groups.json5",
"github>auricom/home-ops//.github/renovate/labels.json5",
"github>auricom/home-ops//.github/renovate/packageRules.json5",
"github>auricom/home-ops//.github/renovate/semanticCommits.json5"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"rebaseWhen": "auto",
"commitBodyTable": true,
"platformCommit": "enabled",
"ignorePaths": [
"**/*.sops.*",
"**/.archive/**",
"**/resources/**",
"**/*staging*/**"
],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"helm-values": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(\\.j2)?$",
"(^|/)ansible/.+\\.ya?ml(\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
}
}