|
1 | 1 | {
|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 | 3 | "extends": [
|
4 |
| - "config:base", |
| 4 | + "config:recommended", |
5 | 5 | "docker:enableMajor",
|
6 | 6 | ":disableRateLimiting",
|
7 | 7 | ":dependencyDashboard",
|
8 | 8 | ":semanticCommits",
|
9 | 9 | ":enablePreCommit",
|
10 | 10 | ":automergeDigest",
|
11 | 11 | ":automergeBranch",
|
12 |
| - "github>onedr0p/flux-cluster-template//.github/renovate/autoMerge.json5", |
13 |
| - "github>onedr0p/flux-cluster-template//.github/renovate/commitMessage.json5", |
14 |
| - "github>onedr0p/flux-cluster-template//.github/renovate/groups.json5", |
15 |
| - "github>onedr0p/flux-cluster-template//.github/renovate/labels.json5", |
16 |
| - "github>onedr0p/flux-cluster-template//.github/renovate/semanticCommits.json5", |
| 12 | + "github>/.github/renovate/autoMerge.json5", |
| 13 | + "github>/.github/renovate/commitMessage.json5", |
| 14 | + "github>/.github/renovate/groups.json5", |
| 15 | + "github>/.github/renovate/labels.json5", |
| 16 | + "github>/.github/renovate/semanticCommits.json5", |
17 | 17 | "helpers:pinGitHubActionDigests"
|
18 | 18 | ],
|
19 | 19 | "dependencyDashboard": true,
|
20 | 20 | "dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
21 | 21 | "suppressNotifications": ["prIgnoreNotification"],
|
22 | 22 | "rebaseWhen": "conflicted",
|
23 |
| - "schedule": ["every saturday"], |
| 23 | + "schedule": ["on saturday"], |
24 | 24 | "pre-commit": {
|
25 | 25 | "enabled": true
|
26 | 26 | },
|
|
39 | 39 | "regexManagers": [
|
40 | 40 | {
|
41 | 41 | "description": "Process various other dependencies",
|
| 42 | + "customType": "regex", |
42 | 43 | "fileMatch": [
|
43 | 44 | "ansible/.+\\.ya?ml$",
|
44 | 45 | "kubernetes/.+\\.ya?ml$"
|
|
0 commit comments