this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: Tunk

+12 -14
+7 -8
.github/renovate.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "extends": [ 3 4 "config:base", 4 5 "docker:enableMajor", ··· 12 13 "github>samip5/k8s-cluster//.github/renovate/customVersionSchemes.json5", 13 14 "github>samip5/k8s-cluster//.github/renovate/disabledDatasources.json5", 14 15 "github>samip5/k8s-cluster//.github/renovate/labels.json5", 15 - "github>samip5/k8s-cluster//.github/renovate/semanticCommits.json5" 16 + "github>samip5/k8s-cluster//.github/renovate/semanticCommits.json5", 17 + "helpers:pinGitHubActionDigests" 16 18 ], 17 19 "platform": "github", 18 20 "username": "samip5-bot[bot]", ··· 42 44 }, 43 45 "regexManagers": [ 44 46 { 45 - "description": "Process CRD dependencies", 46 - "fileMatch": ["cluster/.+\\.ya?ml$"], 47 + "description": ["Process CRD dependencies - Chart and Github Release are the same version"], 48 + "fileMatch": ["kubernetes/.+\\.ya?ml$"], 47 49 "matchStrings": [ 48 - // GitRepository where 'Git release/tag' matches 'Helm' version 49 - "registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n", 50 - // Kustomization where 'GitHub release artifact URL' matches 'Docker image' version 51 - "datasource=(?<datasource>\\S+) image=(?<depName>\\S+)\n.*?-\\s(.*?)\/(?<currentValue>[^/]+)\/[^/]+\n" 50 + "# renovate: registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n", 52 51 ], 53 - "datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}helm{{/if}}" 52 + "datasourceTemplate": "helm" 54 53 }, 55 54 { 56 55 "description": "Process various dependencies",
+1 -6
.github/renovate/autoMerge.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "packageRules": [ 3 4 { 4 5 description: "Auto merge container digests", 5 6 matchDatasources: ["docker"], 6 7 automerge: true, 7 8 automergeType: "branch", 8 - requiredStatusChecks: null, 9 9 matchUpdateTypes: ["digest", "minor", "patch"], 10 10 matchPackagePattern: ["ghcr.io/k8s-at-home", "ghcr.io/onedr0p"], 11 11 }, ··· 14 14 matchDatasources: ["docker"], 15 15 automerge: true, 16 16 automergeType: "branch", 17 - requiredStatusChecks: null, 18 17 matchUpdateTypes: ["minor", "patch", "digest"], 19 18 matchPackageNames: [ 20 19 "k8s.gcr.io/descheduler/descheduler", ··· 27 26 matchDatasources: ["docker"], 28 27 automerge: true, 29 28 automergeType: "branch", 30 - requiredStatusChecks: null, 31 29 matchUpdateTypes: ["patch"], 32 30 matchPackageNames: [ 33 31 "wolveix/satisfactory-server" ··· 37 35 matchDatasources: ["galaxy-collection"], 38 36 automerge: true, 39 37 automergeType: "branch", 40 - requiredStatusChecks: null, 41 38 matchUpdateTypes: ["minor", "patch"] 42 39 }, 43 40 { 44 41 matchDatasources: ["github-actions"], 45 42 automerge: true, 46 - requiredStatusChecks: null, 47 43 matchUpdateTypes: ["minor", "patch"], 48 44 }, 49 45 { 50 46 matchDatasources: ["helm"], 51 47 automerge: true, 52 48 automergeType: "branch", 53 - requiredStatusChecks: null, 54 49 matchUpdateTypes: ["minor", "patch"], 55 50 matchPackageNames: [ 56 51 "kube-prometheus-stack",
+1
.github/renovate/customVersionSchemes.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "packageRules": [ 3 4 // custom version schemes 4 5 {
+1
.github/renovate/disabledDatasources.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "packageRules": [ 3 4 { 4 5 "description": "Disable kubernetes-api",
+1
.github/renovate/labels.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "packageRules": [ 3 4 { 4 5 "matchUpdateTypes": ["major"],
+1
.github/renovate/semanticCommits.json5
··· 1 1 { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 2 3 "packageRules": [ 3 4 { 4 5 "matchDatasources": ["docker"],