mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
V35 upgrade with fix for double glob matching (#1)
* Upgrade renovate bot to 35.67.1
This commit is contained in:
parent
ade2dcb8b9
commit
53096c3eb6
2 changed files with 3 additions and 2 deletions
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
onboarding: false,
|
||||
requireConfig: "required",
|
||||
platform: 'github',
|
||||
includeForks: false,
|
||||
forkProcessing: "disabled",
|
||||
repositories: [
|
||||
'apache/solr'
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue