V35 upgrade with fix for double glob matching (#1)

* Upgrade renovate bot to 35.67.1
This commit is contained in:
Jan Høydahl 2023-05-02 11:14:30 +02:00 committed by GitHub
parent ade2dcb8b9
commit 53096c3eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -3,7 +3,7 @@ module.exports = {
onboarding: false,
requireConfig: "required",
platform: 'github',
includeForks: false,
forkProcessing: "disabled",
repositories: [
'apache/solr'
],