-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenovate.json
38 lines (38 loc) · 1.16 KB
/
renovate.json
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
30
31
32
33
34
35
36
37
38
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard",
":disableRateLimiting",
"docker:enableMajor",
":automergeBranch",
":semanticCommits",
":skipStatusChecks",
"replacements:k8s-registry-move",
":timezone(Europe/Lisbon)",
"github>Jdavid77/home-cluster//.github/renovate/autoMerge.json",
"github>Jdavid77/home-cluster//.github/renovate/commitMessage.json",
"github>Jdavid77/home-cluster//.github/renovate/customManagers.json",
"github>Jdavid77/home-cluster//.github/renovate/labels.json",
"github>Jdavid77/home-cluster//.github/renovate/semanticCommits.json"
],
"dependencyDashboardTitle": "Home-Ops Renovate Dashboard",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"rebaseWhen": "conflicted",
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"ignorePaths": [
"**/*.sops.*",
"terraform/**",
"k8s/archive/**"
],
"kubernetes": {
"fileMatch": ["k8s/.+\\.yaml$"]
},
"helm-values": {
"fileMatch": ["k8s/.+\\.yaml$"]
},
"flux": {
"fileMatch": ["k8s/.+\\.yaml$"]
}
}