From 53096c3eb64685e69c8f84f2ce50b46aec7d46b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Tue, 2 May 2023 11:14:30 +0200 Subject: [PATCH] V35 upgrade with fix for double glob matching (#1) * Upgrade renovate bot to 35.67.1 --- .github/workflows/renovate.yml | 3 ++- solr/renovate-config.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 996fa2f6..6e1f7b53 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,9 +10,10 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.154.2 + uses: renovatebot/github-action@v36.0.3 with: configurationFile: solr/renovate-config.js + renovate-version: 35.67.1 token: ${{ secrets.RENOVATE_TOKEN }} useSlim: false env: diff --git a/solr/renovate-config.js b/solr/renovate-config.js index 52109db4..dd1b0e39 100644 --- a/solr/renovate-config.js +++ b/solr/renovate-config.js @@ -3,7 +3,7 @@ module.exports = { onboarding: false, requireConfig: "required", platform: 'github', - includeForks: false, + forkProcessing: "disabled", repositories: [ 'apache/solr' ],