Files
k/renovate.json
Renovate Bot 68eab31355
All checks were successful
Deploy / check-changes (push) Successful in 5s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-traefik (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
chore: Configure Renovate (#11)
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:

<details>
<summary>chore(deps): update helm release crowdsec to v0.21.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/crowdsec-0.x`
  - Merge into: `main`
  - Upgrade [crowdsec](https://github.com/crowdsecurity/helm-charts) to `bed71079d69c52bd2d8442160adaa054259b2e1284c971c320661fc51bab44d3`

</details>

<details>
<summary>chore(deps): update actions/checkout action to v6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-6.x`
  - Merge into: `main`
  - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6`

</details>

---

 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).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Reviewed-on: #11
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-28 10:19:36 +01:00

20 lines
514 B
JSON

{
"$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$/"]
}
}