Skip to content

Commit 6e6a356

Browse files
committed
Enable lockFileMaintenance for vendir
1 parent 2e875b1 commit 6e6a356

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"github>code0-tech/monoceros//renovate/global.json5",
55
":assignee(Taucher2003)"
66
],
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"schedule": ["at any time"]
10+
},
711
"packageRules": [
812
{
913
"matchDepNames": [
@@ -40,9 +44,17 @@
4044
":assignee(nicosammito)"
4145
]
4246
},
47+
{
48+
"matchUpdateTypes": [
49+
"lockFileMaintenance"
50+
],
51+
"matchManagers": [
52+
"!vendir"
53+
],
54+
"enabled": false
55+
},
4356
{
4457
"matchFileNames": [
45-
"modules/docker/codezero/docker-compose.yml",
4658
"modules/docker/signoz/pours/deployment/compose.yaml"
4759
],
4860
"enabled": false

vendir.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
commitTitle: "fix: correct file path for aquila config"
5+
commitTitle: 'fix: correct file path for aquila config'
66
sha: 31806fcb5b983282045c3ff32e9b2c1d732b90cd
77
path: .
88
path: modules/docker/codezero/vendor

0 commit comments

Comments
 (0)