commit 36063bed381824222e463a787fae9c271adb6ade parent 9996bc28ac9dc2f2765274de0fd417efe91070df Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Oct 2024 19:33:16 +0200 Add renovate config Diffstat:
| A | .github/renovate.json | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json @@ -0,0 +1,10 @@ +{ + "prConcurrentLimit": 4, + "prHourlyLimit": 5, + "semanticCommits": "enabled", + "enabledManagers": [ + "github-actions", + "helm-values", + "helmv3" + ] +}