|
3 | 3 | description: "Automated dependency updates for terraform-gcp-ubuntu-container-ready-e2-micro-vm", |
4 | 4 | extends: [ |
5 | 5 | "config:recommended", |
6 | | - "docker:enableMajor", |
7 | 6 | "replacements:k8s-registry-move", |
8 | 7 | ":automergePr", |
9 | 8 | ":automergePatch", |
|
12 | 11 | ":dependencyDashboard", |
13 | 12 | ":semanticCommits", |
14 | 13 | ":timezone(Europe/London)", |
| 14 | + "github>sudo-kraken/terraform-gcp-ubuntu-container-ready-e2-micro-vm//.github/renovate/actions.json5", |
15 | 15 | "github>sudo-kraken/terraform-gcp-ubuntu-container-ready-e2-micro-vm//.github/renovate/devcontainers.json5", |
16 | 16 | "github>sudo-kraken/terraform-gcp-ubuntu-container-ready-e2-micro-vm//.github/renovate/labels.json5", |
17 | 17 | "github>sudo-kraken/terraform-gcp-ubuntu-container-ready-e2-micro-vm//.github/renovate/semanticCommits.json5", |
|
20 | 20 | dependencyDashboardTitle: "Renovate Dashboard 🤖", |
21 | 21 | suppressNotifications: ["prEditedNotification", "prIgnoreNotification"], |
22 | 22 | rebaseWhen: "conflicted", |
23 | | - schedule: ["before 9pm on friday"], |
| 23 | + pruneStaleBranches: true, |
| 24 | + pruneBranchAfterAutomerge: true, |
24 | 25 | prConcurrentLimit: 5, |
25 | 26 | labels: ["dependencies"], |
| 27 | + schedule: ["after 9pm on sunday"], |
26 | 28 | minimumReleaseAge: "7 days", |
27 | | - |
28 | | - packageRules: [ |
29 | | - { |
30 | | - matchManagers: ["github-actions"], |
31 | | - minimumReleaseAge: null, |
32 | | - }, |
33 | | - ], |
34 | 29 | } |
0 commit comments