feat: always extend commons

This commit is contained in:
2026-02-08 19:54:11 +01:00
parent d142b731b5
commit 287979ad0a
5 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["helpers:pinGitHubActionDigests"], "extends": ["local>t.behrendt/renovate-configs:common", "helpers:pinGitHubActionDigests"],
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],

View File

@@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"semanticCommits": "enabled", "semanticCommits": "enabled",
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"], "extends": ["local>t.behrendt/renovate-configs:common", "config:best-practices", ":semanticCommitTypeAll(chore)"],
"packageRules": [ "packageRules": [
{ {
"matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"], "matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"],

View File

@@ -1,5 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"docker-compose": { "docker-compose": {
"digest": { "digest": {
"enabled": true "enabled": true

View File

@@ -1,5 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"helm-values": { "helm-values": {
"fileMatch": ["(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$"] "fileMatch": ["(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$"]
}, },

View File

@@ -1,5 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"kubernetes": { "kubernetes": {
"enabled": true, "enabled": true,
"labels": ["deps", "k8s"] "labels": ["deps", "k8s"]