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 87a67d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .github/linters/prettier/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
trailingComma: "es5"
trailingComma: "none"
tabWidth: 2
semi: false
singleQuote: false
bracketSpacing: false
useTabs: false
quoteProps: "preserve"
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
16 changes: 10 additions & 6 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"packageRules": [
{
"description": ["Loose versioning for non-semver packages"],
"matchDatasources": [
"docker",
"github-releases"
],
"matchDatasources": ["docker", "github-releases"],
"versioning": "loose",
"matchPackagePatterns": ["changedetection", "plex", "qbittorrent"]
},
Expand Down Expand Up @@ -35,9 +32,16 @@
"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"],
"matchPackageNames": [
"ghcr.io/bjw-s/helm/app-template",
"ghcr.io/fluxcd/flux-manifests",
"ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set",
"ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller"
],
"pinDigests": false
}
]
Expand Down
25 changes: 0 additions & 25 deletions .prettierrc

This file was deleted.

0 comments on commit 87a67d4

Please sign in to comment.