From 8bfb1a10c1432bfde9cab87ac56d2dda59a36de2 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Tue, 4 Mar 2025 13:45:56 +0100 Subject: [PATCH] Update reuse configuration --- .github/dependabot.yml | 1 + REUSE.toml | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c328d186..c80d14af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,7 @@ updates: - dependency-name: "k8s.io/component-base" - dependency-name: "k8s.io/kube-aggregator" - dependency-name: "k8s.io/kubectl" + - dependency-name: "k8s.io/code-generator" - dependency-name: "sigs.k8s.io/controller-runtime" - package-ecosystem: "github-actions" directory: "/" diff --git a/REUSE.toml b/REUSE.toml index 0a3b3fdd..7a3e3d19 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,7 +4,23 @@ SPDX-PackageSupplier = "IronCore authors " SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/ironcore-net" [[annotations]] -path = [".github/**", ".gitignore", ".golangci.yaml", "CODEOWNERS", "Dockerfile", "Makefile", "PROJECT", "config/**", "gen/**", "go.mod", "go.sum", "hack/**", "client-go/openapi/api_violations.report", "models-schema/main.go.tmpl"] +path = [ + ".github/**", + ".gitignore", + ".golangci.yaml", + "CODEOWNERS", + "Dockerfile", + "Makefile", + "PROJECT", + "config/**", + "gen/**", + "go.mod", + "go.sum", + "hack/**", + "client-go/openapi/api_violations.report", + "models-schema/main.go.tmpl", + "REUSE.toml" +] precedence = "aggregate" SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors" SPDX-License-Identifier = "Apache-2.0"