Skip to content

Commit

Permalink
fix: renovate config
Browse files Browse the repository at this point in the history
Fix generated renovate config.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Dec 16, 2024
1 parent ec2e24f commit c568adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
18 changes: 3 additions & 15 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T16:02:13Z by kres a0f541b.\n\n",
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T17:19:33Z by kres 318187b.\n\n",
"prHeader": "Update Request | Renovate Bot",
"extends": [
":dependencyDashboard",
Expand Down Expand Up @@ -64,20 +64,8 @@
},
{
"enabled": false,
"matchDataSources": [
"docker"
],
"matchFiles": [
"hack/test/libvirt/docker-compose.yaml"
]
},
{
"enabled": false,
"matchDataSources": [
"npm"
],
"matchPaths": [
"website/"
"matchFileNames": [
"website/**"
]
},
{
Expand Down
11 changes: 2 additions & 9 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2220,15 +2220,8 @@ spec:
versioningTemplate: docker
packageRules:
- enabled: false
matchDataSources:
- docker
matchFiles:
- hack/test/libvirt/docker-compose.yaml
- enabled: false
matchDataSources:
- npm
matchPaths:
- website/
matchFileNames:
- "website/**"
- matchPackageNames:
- golang/go
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d+)'

0 comments on commit c568adc

Please sign in to comment.