From 59d44df891c6209aed3e2f181bf1dc86dfd2097f Mon Sep 17 00:00:00 2001 From: Martin Nonnenmacher Date: Tue, 15 Oct 2024 13:46:43 +0200 Subject: [PATCH] ci: Move the Renovate config file to the default location Move `renovate.json` to its default location to make it easier to find. Signed-off-by: Martin Nonnenmacher --- .github/workflows/static-analysis.yml | 2 +- .reuse/dep5 | 4 ++++ .github/renovate.json => renovate.json | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename .github/renovate.json => renovate.json (100%) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 586ea72dd..23684ac53 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Validate Repository Renovate Config - run: npx -y --package renovate -- renovate-config-validator .github/renovate.json + run: npx -y --package renovate -- renovate-config-validator renovate.json reuse-tool: runs-on: ubuntu-24.04 diff --git a/.reuse/dep5 b/.reuse/dep5 index 8ff6b60d8..8a7422bd1 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -44,6 +44,10 @@ Files: README.md Copyright: 2022 The ORT Server Authors (See ) License: Apache-2.0 +Files: renovate.json +Copyright: 2024 The ORT Server Authors (See ) +License: Apache-2.0 + Files: */package.json Copyright: 2024 The ORT Server Authors (See ) License: Apache-2.0 diff --git a/.github/renovate.json b/renovate.json similarity index 100% rename from .github/renovate.json rename to renovate.json