Skip to content

Commit

Permalink
More renovate tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 27, 2024
1 parent 5ccc5fa commit 7069b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>szinn/renovate-config",
"docker:pinDigests",
"github>szinn/k8s-homelab//.github/renovate/allowedVersions.json5",
"github>szinn/k8s-homelab//.github/renovate/autoMerge.json5",
"github>szinn/k8s-homelab//.github/renovate/clusters.json5",
"github>szinn/k8s-homelab//.github/renovate/customManagers.json5",
"github>szinn/k8s-homelab//.github/renovate/disabledDatasources.json5",
"github>szinn/k8s-homelab//.github/renovate/groups.json5",
"github>szinn/k8s-homelab//.github/renovate/grafanaDashboards.json5",
"github>szinn/k8s-homelab//.github/renovate/packageRules.json5",
"docker:pinDigests"
"github>szinn/k8s-homelab//.github/renovate/packageRules.json5"
],
"ignorePaths": [
"kubernetes/main/apps/media/recyclarr/app/config/recyclarr.yaml",
Expand Down
2 changes: 1 addition & 1 deletion .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"matchPackagePatterns": ["minio"]
},
{
"description": ["Don't pin digests for app-template"],
"description": ["Don't pin digests for packages that don't have a digest"],
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/bjw-s/helm/app-template", "ghcr.io/fluxcd/flux-manifests"],
"pinDigests": false
Expand Down

0 comments on commit 7069b9c

Please sign in to comment.