-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
493 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
packageRules: [ | ||
{ | ||
description: "Auto merge container digests", | ||
matchDatasources: ["docker"], | ||
automerge: true, | ||
automergeType: "branch", | ||
matchUpdateTypes: ["digest"], | ||
matchPackagePattern: ["ghcr.io/onedr0p"], | ||
matchPackagePrefixes: ["ghcr.io/onedr0p", "ghcr.io/bjw-s"], | ||
ignoreTests: true, | ||
}, | ||
{ | ||
description: "Auto merge containers", | ||
matchDatasources: ["docker"], | ||
description: "Auto merge KPS minors and patches", | ||
matchDatasources: ["helm"], | ||
automerge: true, | ||
automergeType: "branch", | ||
matchUpdateTypes: ["minor", "patch"], | ||
matchPackageNames: ["ghcr.io/onedr0p/prowlarr-nightly"], | ||
ignoreTests: true, | ||
matchPackageNames: ["kube-prometheus-stack"], | ||
ignoreTests: false, | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
packageRules: [ | ||
{ | ||
description: "Separate PRs for main cluster", | ||
matchFileNames: ["**/kubernetes/main/**"], | ||
additionalBranchPrefix: "main-", | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
customDatasources: { | ||
"grafana-dashboards": { | ||
defaultRegistryUrlTemplate: "https://grafana.com/api/dashboards/{{packageName}}", | ||
format: "json", | ||
transformTemplates: ['{"releases":[{"version": $string(revision)}]}'], | ||
}, | ||
}, | ||
customManagers: [ | ||
{ | ||
customType: "regex", | ||
description: "Process Grafana dashboards", | ||
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"], | ||
matchStrings: [ | ||
'# renovate: dashboardName="(?<depName>.*)"\\n(?<indentation>\\s+)gnetId: (?<packageName>\\d+)\\n.+revision: (?<currentValue>\\d+)', | ||
], | ||
autoReplaceStringTemplate: '# renovate: dashboardName="{{{depName}}}"\n{{{indentation}}}gnetId: {{{packageName}}}\n{{{indentation}}}revision: {{{newValue}}}', | ||
datasourceTemplate: "custom.grafana-dashboards", | ||
versioningTemplate: "regex:^(?<major>\\d+)$", | ||
}, | ||
], | ||
packageRules: [ | ||
{ | ||
addLabels: ["renovate/grafana-dashboard"], | ||
matchDatasources: ["custom.grafana-dashboards"], | ||
matchUpdateTypes: ["major"], | ||
semanticCommitScope: "grafana-dashboards", | ||
semanticCommitType: "chore", | ||
commitMessageTopic: "dashboard {{depName}}", | ||
commitMessageExtra: "( {{currentVersion}} → {{newVersion}} )", | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
packageRules: [ | ||
{ | ||
description: "Loose versioning for non-semver packages", | ||
matchDatasources: ["docker"], | ||
matchPackageNames: [ | ||
"ghcr.io/onedr0p/plex", | ||
"ghcr.io/onedr0p/qbittorrent", | ||
"ghcr.io/xirixiz/dsmr-reader-docker", | ||
], | ||
versioning: "loose", | ||
}, | ||
{ | ||
description: "PEP440 versioning for radicale", | ||
matchDatasources: ["docker"], | ||
matchPackageNames: ["tomsquest/docker-radicale"], | ||
versioning: "pep440", | ||
}, | ||
{ | ||
description: "Custom versioning for http-https-echo", | ||
matchDatasources: ["docker"], | ||
matchPackageNames: ["ghcr.io/mendhak/http-https-echo"], | ||
versioning: "regex:^(?<major>\\d+)$", | ||
}, | ||
{ | ||
description: "Custom versioning for Minio", | ||
matchDatasources: ["docker"], | ||
versioning: "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))?$", | ||
matchPackageNames: ["quay.io/minio/minio"], | ||
}, | ||
{ | ||
description: "Custom versioning for Scrypted", | ||
matchDatasources: ["docker"], | ||
versioning: "regex:^(?<compatibility>(?<nodeVersion>\\d{2})-(?<ubuntuVersion>.*?)-(?<scryptedFlavor>.*?))-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$", | ||
matchPackageNames: ["ghcr.io/koush/scrypted"], | ||
}, | ||
{ | ||
description: "Custom versioning for miniflux", | ||
matchDatasources: ["docker"], | ||
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>)$", | ||
matchPackageNames: ["ghcr.io/miniflux/miniflux"], | ||
}, | ||
{ | ||
description: "Custom versioning for music-assistant server", | ||
matchDatasources: ["docker"], | ||
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)b(?<build>\\d+)$", | ||
matchPackageNames: ["ghcr.io/music-assistant/server"], | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.