chore: Update Copyright (#1981)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2025-04-06 11:26:56 +02:00
committed by GitHub
parent 9db4318ea9
commit bf56e99ad2
263 changed files with 1079 additions and 269 deletions

View File

@@ -7,7 +7,10 @@
"labels": [
"🛠️ dependencies"
],
"dependencyDashboardApproval": true,
"timezone": "Europe/Berlin",
"schedule": [
"* 14-17 * * 5"
],
"packageRules": [
{
"groupName": "golangci-lint",
@@ -49,7 +52,8 @@
"gomodTidy"
],
"ignoreDeps": [
"mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image"
"mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image",
"gopkg.in/yaml.v2"
],
"customManagers": [
{
@@ -66,9 +70,9 @@
{
"customType": "regex",
"fileMatch": [
"Makefile",
"(^|/).+\\.go"
],
"Makefile",
"(^|/).+\\.go"
],
"matchStrings": [
"go run (?<depName>\\S+)@(?<currentValue>\\S+)"
],