Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"config:best-practices",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"security:openssf-scorecard",
":automergeBranch",
":automergeDigest",
Expand All @@ -22,19 +21,16 @@
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prEditedNotification", "prIgnoreNotification"],
"pre-commit": {
"enabled": true
enabled: true,
},
ignorePaths: [
"**/*.enc.*",
"**/resources/**",
],
ignorePaths: ["**/*.enc.*", "**/resources/**"],
flux: {
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"]
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"],
},
"helm-values": {
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"]
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"],
},
kubernetes: {
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"]
managerFilePatterns: ["/(^|/)kubernetes/.+\\.ya?ml$/"],
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
app:
image:
repository: ghcr.io/home-operations/tautulli
tag: 2.15.3@sha256:3e0eaca8c082ebe121a0ae9125bea1b4e2d177fca34ac8df4ec14a28e62f63a4
tag: 2.16.0@sha256:2a092f86a51f5718111097b0fced33eaa876b5904a543b7504f92357a4f75635
env:
TZ: Australia/Melbourne
TAUTULLI__PORT: &port 80
Expand Down