From c3d484630a6f5525e81e5c18995231589c5a04ec Mon Sep 17 00:00:00 2001 From: Matthias Vach Date: Wed, 30 Apr 2025 15:12:56 +0200 Subject: [PATCH] Further fixes (maybe) Co-authored-by: Nicolas Bender --- .github/workflows/renovate.yml | 1 + renovate-config.js | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 renovate-config.js diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ba9fccb0..4c382665 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -11,4 +11,5 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v41.0.22 with: + configurationFile: renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} \ No newline at end of file diff --git a/renovate-config.js b/renovate-config.js new file mode 100644 index 00000000..13bb319a --- /dev/null +++ b/renovate-config.js @@ -0,0 +1,9 @@ +module.exports = { + username: 'renovate-release', + gitAuthor: 'Renovate Bot ', + onboarding: false, + platform: 'github', + forkProcessing: 'enabled', + dryRun: 'full', + repositories: ['nicolasbender/nodejs'] +} \ No newline at end of file