aboutsummaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index 33c14e8..0000000
--- a/renovate.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": [
- "config:recommended"
- ],
- "kubernetes": {
- "fileMatch": "kubernetes/.+\\.ya?ml"
- },
- "git-submodules": {
- "enabled": true
- },
- "packageRules": [
- {
- "matchManagers": ["ansible", "ansible-galaxy"],
- "groupName": "ansible"
- },
- {
- "matchManagers": ["poetry"],
- "groupName": "poetry"
- },
- {
- "matchManagers": ["github-actions"],
- "groupName": "github-actions"
- }
- ],
- "prHourlyLimit": 0,
- "commitBodyTable": true,
- "rebaseWhen": "behind-base-branch"
-}