From 68eab3135508400bdab769073f8f653984149b56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Dec 2025 10:19:36 +0100 Subject: [PATCH] chore: Configure Renovate (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `.gitea/workflows/deploy.yaml` (github-actions) * `.gitea/workflows/validate.yaml` (github-actions) * `crowdsec/helmfile.yaml` (helmfile) ### What to Expect With your current configuration, Renovate will create 2 Pull Requests:
chore(deps): update helm release crowdsec to v0.21.1 - Schedule: ["at any time"] - Branch name: `renovate/crowdsec-0.x` - Merge into: `main` - Upgrade [crowdsec](https://github.com/crowdsecurity/helm-charts) to `bed71079d69c52bd2d8442160adaa054259b2e1284c971c320661fc51bab44d3`
chore(deps): update actions/checkout action to v6 - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6`
--- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Timo Behrendt Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/11 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..a8d5573 --- /dev/null +++ b/renovate.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>t.behrendt/renovate-configs:common", + "local>t.behrendt/renovate-configs:k8s", + "local>t.behrendt/renovate-configs:action", + "local>t.behrendt/renovate-configs:helm" + ], + "kubernetes": { + "managerFilePatterns": [ + "/^node-labels/.*\\.yaml$/", + "/^coredns/.*\\.yaml$/", + "/^traefik/.*\\.yaml$/" + ] + }, + "helm-values": { + "managerFilePatterns": ["/(^|/)crowdsec/values.ya?ml$/"] + } +}