this repo has no description
0
fork

Configure Feed

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

Renovate: Things

+8 -9
+8 -9
.github/renovate.json5
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 - "endpoint": 'https://git.skym.fi', 4 3 "extends": [ 5 4 "config:base", 6 5 "docker:enableMajor", ··· 10 9 ":enablePreCommit", 11 10 ":automergeDigest", 12 11 ":automergeBranch", 13 - "local>kryptonian/k8s-cluster//.github/renovate/autoMerge.json5", 14 - "local>kryptonian/k8s-cluster//.github/renovate/commitMessage.json5", 15 - "local>kryptonian/k8s-cluster//.github/renovate/customVersionSchemes.json5", 16 - "local>kryptonian/k8s-cluster//.github/renovate/disabledDatasources.json5", 17 - "local>kryptonian/k8s-cluster//.github/renovate/groups.json5", 18 - "local>kryptonian/k8s-cluster//.github/renovate/labels.json5", 19 - "local>kryptonian/k8s-cluster//.github/renovate/looseVersioning.json5" 12 + "github>samip5/k8s-cluster//.github/renovate/autoMerge.json5", 13 + "github>samip5/k8s-cluster//.github/renovate/commitMessage.json5", 14 + "github>samip5/k8s-cluster//.github/renovate/customVersionSchemes.json5", 15 + "github>samip5/k8s-cluster//.github/renovate/disabledDatasources.json5", 16 + "github>samip5/k8s-cluster//.github/renovate/groups.json5", 17 + "github>samip5/k8s-cluster//.github/renovate/labels.json5", 18 + "github>samip5/k8s-cluster//.github/renovate/looseVersioning.json5" 20 19 ], 21 - "platform": "gitea", 20 + "platform": "github", 22 21 "onboarding": false, 23 22 "requireConfig": "optional", 24 23 "commitBodyTable": true,