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"