Skip to content

Commit

Permalink
(feat) More renovate updates, remove automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling136 committed Apr 17, 2024
1 parent 061b852 commit 3159d04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 61 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":skipStatusChecks",
":timezone(America/New_York)",
"github>dexter136/HomeLab//.github/renovate/allowedVersions.json5",
"github>dexter136/HomeLab//.github/renovate/autoMerge.json5",
"github>dexter136/HomeLab//.github/renovate/commitMessage.json5",
"github>dexter136/HomeLab//.github/renovate/customManagers.json5",
"github>dexter136/HomeLab//.github/renovate/grafanaDashboards.json5",
Expand All @@ -29,6 +26,11 @@
"enabled": false
}
],
"helm-values": {
"fileMatch": [
"(^|/)cluster/.+\\.ya?ml(?:\\.j2)?$"
]
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(?:\\.j2)?$",
Expand Down
13 changes: 0 additions & 13 deletions .github/renovate/autoMerge.json5

This file was deleted.

4 changes: 0 additions & 4 deletions .github/renovate/labels.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"matchDatasources": ["helm"],
"addLabels": ["renovate/helm"]
},
{
"matchDatasources": ["galaxy", "galaxy-collection"],
"addLabels": ["renovate/ansible"]
},
{
"matchDatasources": ["terraform-provider"],
"addLabels": ["renovate/terraform"]
Expand Down
18 changes: 0 additions & 18 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@
"versioning": "loose",
"matchPackagePatterns": ["changedetection", "plex", "qbittorrent"]
},
{
"description": ["Custom versioning for frigate"],
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<compatibility>beta)(?<build>\\d+))?$",
"matchPackagePatterns": ["frigate"]
},
{
"description": ["Custom versioning for k3s"],
"matchDatasources": ["github-releases"],
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<compatibility>\\+k3s)(?<build>\\d+)$",
"matchPackagePatterns": ["k3s"]
},
{
"description": ["Custom versioning for miniflux"],
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>)$",
"matchPackagePatterns": ["miniflux"]
},
{
"description": ["Custom versioning for minio"],
"matchDatasources": ["docker"],
Expand Down
23 changes: 0 additions & 23 deletions .github/renovate/semanticCommits.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,6 @@
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
},
{
"matchDatasources": ["galaxy", "galaxy-collection"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(ansible)!: ",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
},
{
"matchDatasources": ["galaxy", "galaxy-collection"],
"matchUpdateTypes": ["minor"],
"semanticCommitType": "feat",
"semanticCommitScope": "ansible",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
},
{
"matchDatasources": ["galaxy", "galaxy-collection"],
"matchUpdateTypes": ["patch"],
"semanticCommitType": "fix",
"semanticCommitScope": "ansible",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
},
{
"matchDatasources": ["terraform-provider"],
"matchUpdateTypes": ["major"],
Expand Down

0 comments on commit 3159d04

Please sign in to comment.