aboutsummaryrefslogtreecommitdiffstats
path: root/renovate.json
blob: 33c14e8f33e01ae382f219573980ed5b03c9b528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "$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"
}