Skip to content

Commit

Permalink
chore(renovate): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 10, 2025
1 parent 33c040a commit acb6ff5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
extends: [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":gitSignOff",
":semanticCommits",
":separatePatchReleases",
":skipStatusChecks",
":timezone(America/Chicago)",
"github>buroa/k8s-gitops//.github/renovate/allowedVersions.json5",
"github>buroa/k8s-gitops//.github/renovate/autoMerge.json5",
"github>buroa/k8s-gitops//.github/renovate/commitMessage.json5",
"github>buroa/k8s-gitops//.github/renovate/customManagers.json5",
"github>buroa/k8s-gitops//.github/renovate/grafanaDashboards.json5",
"github>buroa/k8s-gitops//.github/renovate/groups.json5",
Expand All @@ -35,7 +34,6 @@
},
kubernetes: {
fileMatch: [
"(^|/).taskfiles/.+\\.ya?ml$",
"(^|/)talos/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml$",
],
Expand Down
16 changes: 0 additions & 16 deletions .github/renovate/commitMessage.json5

This file was deleted.

6 changes: 0 additions & 6 deletions .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Actions Runner Controller Group"],
Expand All @@ -19,7 +18,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Flux Operator Group"],
Expand All @@ -30,7 +28,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Intel-Device-Plugins Group"],
Expand All @@ -40,7 +37,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Rook-Ceph Group"],
Expand All @@ -50,7 +46,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Talos Group"],
Expand All @@ -63,7 +58,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
],
}

0 comments on commit acb6ff5

Please sign in to comment.