diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9a5cc1a3..e6c7e4ad 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.147.0 + uses: renovatebot/github-action@v34.152.0 with: configurationFile: solr/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/README.md b/README.md index 10e3d5a5..ccd84874 100644 --- a/README.md +++ b/README.md @@ -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 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 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.