Skip to content

Commit

Permalink
ci: Move the Renovate config file to the default location
Browse files Browse the repository at this point in the history
Move `renovate.json` to its default location to make it easier to find.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Oct 15, 2024
1 parent 97aafff commit 59d44df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Files: README.md
Copyright: 2022 The ORT Server Authors (See <https://github.com/eclipse-apoapsis/ort-server/blob/main/NOTICE>)
License: Apache-2.0

Files: renovate.json
Copyright: 2024 The ORT Server Authors (See <https://github.com/eclipse-apoapsis/ort-server/blob/main/NOTICE>)
License: Apache-2.0

Files: */package.json
Copyright: 2024 The ORT Server Authors (See <https://github.com/eclipse-apoapsis/ort-server/blob/main/NOTICE>)
License: Apache-2.0
Expand Down
File renamed without changes.

0 comments on commit 59d44df

Please sign in to comment.