Skip to content

Commit

Permalink
fix: Renovate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Jan 23, 2025
1 parent ebeed4b commit 3a8491d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@
"github>szinn/k8s-homelab//.github/renovate/packageRules.json5"
],
"ignorePaths": [
"kubernetes/main/apps/flux-system/add-ons/monitoring/prometheus-rules.yaml",
"kubernetes/main/apps/media/recyclarr/app/config/recyclarr.yaml",
"kubernetes/main/apps/rook-ceph/rook-ceph/add-ons/prometheus-rules.yaml",
"kubernetes/staging/apps/rook-ceph/rook-ceph/add-ons/rules.yaml",
"kubernetes/staging/cluster/repositories/**",
"**/archive/**",
"**/*.sops.*"
],
"docker": {
"fileMatch": ["ansible/files/ragnar/.+\\.ya?ml$", "kubernetes/.+\\.ya?ml$"]
},
"flux": {
"fileMatch": ["kubernetes/.+\\.ya?ml$"]
},
Expand Down
2 changes: 1 addition & 1 deletion ansible/files/ragnar/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
MINIO_ROOT_PASSWORD: <REDACTED>
MINIO_ROOT_USER: <REDACTED>
# renovate: datasource=docker depName=quay.io/minio/minio
image: quay.io/minio/minio:RELEASE.2025-01-20T14-49-07Z
image: quay.io/minio/minio:RELEASE.2025-01-18T00-31-37Z
ports:
- "9000:9000"
- "9001:9001"
Expand Down

0 comments on commit 3a8491d

Please sign in to comment.