Skip to content

Commit c568adc

Browse files
committed
fix: renovate config
Fix generated renovate config. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent ec2e24f commit c568adc

2 files changed

Lines changed: 5 additions & 24 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T16:02:13Z by kres a0f541b.\n\n",
3+
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T17:19:33Z by kres 318187b.\n\n",
44
"prHeader": "Update Request | Renovate Bot",
55
"extends": [
66
":dependencyDashboard",
@@ -64,20 +64,8 @@
6464
},
6565
{
6666
"enabled": false,
67-
"matchDataSources": [
68-
"docker"
69-
],
70-
"matchFiles": [
71-
"hack/test/libvirt/docker-compose.yaml"
72-
]
73-
},
74-
{
75-
"enabled": false,
76-
"matchDataSources": [
77-
"npm"
78-
],
79-
"matchPaths": [
80-
"website/"
67+
"matchFileNames": [
68+
"website/**"
8169
]
8270
},
8371
{

.kres.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,15 +2220,8 @@ spec:
22202220
versioningTemplate: docker
22212221
packageRules:
22222222
- enabled: false
2223-
matchDataSources:
2224-
- docker
2225-
matchFiles:
2226-
- hack/test/libvirt/docker-compose.yaml
2227-
- enabled: false
2228-
matchDataSources:
2229-
- npm
2230-
matchPaths:
2231-
- website/
2223+
matchFileNames:
2224+
- "website/**"
22322225
- matchPackageNames:
22332226
- golang/go
22342227
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d+)'

0 commit comments

Comments
 (0)