From 0ef19171f738e46346dfae71f43b8f7b47bf257d Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 16 Dec 2024 23:32:42 +0530 Subject: [PATCH] fix: renovate typo Fix kres typo. Signed-off-by: Noel Georgi --- .github/renovate.json | 3 ++- .kres.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cf3fae5a20..f030af1a90 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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-16T17:19:33Z by kres 318187b.\n\n", + "description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T18:02:24Z by kres 318187b.\n\n", "prHeader": "Update Request | Renovate Bot", "extends": [ ":dependencyDashboard", @@ -41,6 +41,7 @@ }, { "customType": "regex", + "datasourceTemplate": "docker", "depNameTemplate": "docker/dockerfile-upstream", "versioningTemplate": "docker", "fileMatch": [ diff --git a/.kres.yaml b/.kres.yaml index 58deb5ec90..997fabef09 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -2216,7 +2216,7 @@ spec: matchStrings: - '# syntax = docker\/dockerfile-upstream:(?.*)' depNameTemplate: docker/dockerfile-upstream - dataSourceTemplate: docker + datasourceTemplate: docker versioningTemplate: docker packageRules: - enabled: false