mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Upgrade renovate
This commit is contained in:
parent
a7069f6aaf
commit
a977701dc2
2 changed files with 4 additions and 2 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v34.147.0
|
uses: renovatebot/github-action@v34.152.0
|
||||||
with:
|
with:
|
||||||
configurationFile: solr/renovate-config.js
|
configurationFile: solr/renovate-config.js
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@ the project is scanned by this bot. See `dev-docs/dependency-upgrades.adoc` in t
|
||||||
If you want to help maintain this bot, start by filing an issue or PR. Solr committers can
|
If you want to help maintain this bot, start by filing an issue or PR. Solr committers can
|
||||||
ask to be given direct commit access.
|
ask to be given direct commit access.
|
||||||
|
|
||||||
|
Maintenance is mainly limited to once in a while updating the version of renovate, and to maintain `solr/renovate-config.js`.
|
||||||
|
|
||||||
## Contributing to PRs filed by this bot
|
## Contributing to PRs filed by this bot
|
||||||
|
|
||||||
Some dependency upgrades will require further work in Solr before they pass tests.
|
Some dependency upgrades will require further work in Solr before they pass tests.
|
||||||
The PR branches live in [a fork of the apache/solr git repository](https://github.com/solrbot/apache-_-solr), but Solr committers should be able to commit to the PR brahch.
|
The PR branches live in [a fork of the apache/solr git repository](https://github.com/solrbot/apache-_-solr), but Solr committers should be able to commit to the PR branch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue