From b13b233eb009310fcaab561c657fc59a0ea12a56 Mon Sep 17 00:00:00 2001 From: Rico Gu Date: Thu, 14 May 2026 14:16:54 +0200 Subject: [PATCH] chore: add renovate.json to REUSE.toml annotations --- REUSE.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 0ea9507..681d119 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,6 +6,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (\"API [[annotations]] path = [ + ".claude/**", ".github/**", "action.yml", "test-resources/**", @@ -15,7 +16,8 @@ path = [ ".husky/**", "package-lock.json", "configuration.json", - "CHANGELOG.md" + "CHANGELOG.md", + "renovate.json" ] precedence = "aggregate" SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and pull-request-semver-bumper contributors"