Compare commits

..

1 Commits

Author SHA1 Message Date
d142b731b5 feat: ignore cooldown for internal deps
All checks were successful
CI / Test (action.json) (pull_request) Successful in 15s
CI / Test (docker-compose.json) (pull_request) Successful in 14s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (helm.json) (pull_request) Successful in 45s
CI / Test (common.json) (pull_request) Successful in 48s
2026-02-08 19:51:18 +01:00
5 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
]
}