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' ],