From 7c964499f34a675e06bc6acc58119b734b1fca5a Mon Sep 17 00:00:00 2001 From: Nicolas Bender Date: Wed, 30 Apr 2025 15:02:15 +0200 Subject: [PATCH] Fix parameter Co-authored-by: Matthias Vach --- .github/workflows/renovate.yml | 4 ---- renovate.json | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 5fe48b1b..ba9fccb0 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,10 +2,6 @@ name: Renovate on: workflow_dispatch: - inputs: - version: - description: 'Renovate updates dependencies' - required: false jobs: renovate: runs-on: ubuntu-22.04 diff --git a/renovate.json b/renovate.json index 080ee77a..53f648ac 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,9 @@ "env": { "GOSUMDB": "sum.golang.org" }, + "repositories": [ + "nicolasbender/nodejs" + ], "packageRules": [ { "groupName": "all non-major Go dependencies",