Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 10, 2025
1 parent 5cc5431 commit c7657b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":separatePatchReleases",
":skipStatusChecks",
":timezone(America/New_York)",
"github>onedr0p/home-ops//.github/renovate/autoMerge.json5",
Expand All @@ -23,7 +23,7 @@
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"onboarding": false,
"requireConfig": "ignored",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"ignorePaths": ["**/*.sops.*", "**/resources/**"],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
Expand All @@ -36,7 +36,6 @@
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml$"
]
}
Expand Down
18 changes: 6 additions & 12 deletions .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"matchDatasources": ["docker"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
},
{
"description": ["Actions Runner Controller Group"],
Expand All @@ -18,8 +17,7 @@
"matchDatasources": ["docker", "helm"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
},
{
"description": ["Flux Operator Group"],
Expand All @@ -28,8 +26,7 @@
"matchDatasources": ["docker"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
},
{
"description": ["Intel Device Plugins Group"],
Expand All @@ -38,8 +35,7 @@
"matchDatasources": ["helm"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
},
{
"description": ["Rook-Ceph Group"],
Expand All @@ -48,8 +44,7 @@
"matchDatasources": ["helm"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
},
{
"description": ["Talos Group"],
Expand All @@ -58,8 +53,7 @@
"matchDatasources": ["docker"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
}
}
]
}

0 comments on commit c7657b4

Please sign in to comment.