This repository has been archived on 2026-01-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ipv6-k3s/renovate.json
2025-12-28 06:28:54 +05:30

22 lines
357 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHourlyLimit": 0,
"ignorePaths": [
"**/disabled/**",
"**/.gitea/workflows/**"
],
"flux": {
"managerFilePatterns": [
"/\\.yml$/"
]
},
"kubernetes": {
"managerFilePatterns": [
"/\\.yml$/"
]
}
}