Skip to content

Commit

Permalink
feat(renovate): change extends
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguille committed Jan 11, 2025
1 parent c40e38e commit 22380f2
Showing 1 changed file with 27 additions and 42 deletions.
69 changes: 27 additions & 42 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,55 +1,40 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
'config:recommended',
'docker:enableMajor',
':automergeBranch',
':disableRateLimiting',
':dependencyDashboard',
':semanticCommits',
'github>tanguille/cluster//.github/renovate/allowedVersions.json5',
'github>tanguille/cluster//.github/renovate/autoMerge.json5',
'github>tanguille/cluster//.github/renovate/commitMessage.json5',
'github>tanguille/cluster//.github/renovate/customManagers.json5',
'github>tanguille/cluster//.github/renovate/grafanaDashboards.json5',
'github>tanguille/cluster//.github/renovate/groups.json5',
'github>tanguille/cluster//.github/renovate/labels.json5',
'github>tanguille/cluster//.github/renovate/packageRules.json5',
'github>tanguille/cluster//.github/renovate/semanticCommits.json5',
"config:recommended",
"docker:enableMajor",
":automergeBranch",
":separatePatchReleases",
":dependencyDashboard",
":semanticCommits",
"github>tanguille/cluster//.github/renovate/allowedVersions.json5",
"github>tanguille/cluster//.github/renovate/autoMerge.json5",
"github>tanguille/cluster//.github/renovate/commitMessage.json5",
"github>tanguille/cluster//.github/renovate/customManagers.json5",
"github>tanguille/cluster//.github/renovate/grafanaDashboards.json5",
"github>tanguille/cluster//.github/renovate/groups.json5",
"github>tanguille/cluster//.github/renovate/labels.json5",
"github>tanguille/cluster//.github/renovate/packageRules.json5",
"github>tanguille/cluster//.github/renovate/semanticCommits.json5",
],
dependencyDashboard: true,
dependencyDashboardTitle: 'Renovate Dashboard 🤖',
suppressNotifications: [
'prEditedNotification',
'prIgnoreNotification',
],
rebaseWhen: 'conflicted',
ignorePaths: [
'**/*.sops.*',
],
flux: {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$',
],
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prEditedNotification", "prIgnoreNotification"],
rebaseWhen: "conflicted",
ignorePaths: ["**/*.sops.*"],
flux: {
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"],
},
'helm-values': {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$',
],
"helm-values": {
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"],
},
helmfile: {
fileMatch: [
'(^|/)helmfile\\.ya?ml(?:\\.j2)?$',
],
fileMatch: ["(^|/)helmfile\\.ya?ml(?:\\.j2)?$"],
},
kubernetes: {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$',
],
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"],
},
kustomize: {
fileMatch: [
'(^|/)kustomization\\.ya?ml(?:\\.j2)?$',
],
fileMatch: ["(^|/)kustomization\\.ya?ml(?:\\.j2)?$"],
},
}

0 comments on commit 22380f2

Please sign in to comment.