No description
Find a file
2023-02-24 13:03:53 +01:00
.github/workflows Change link in PR footer 2023-02-24 13:03:53 +01:00
solr Back to every 2nd hour schedule for the bot 2023-02-24 10:57:14 +01:00
.gitattributes chore(deps): update dependency prettier to v2 2020-03-22 11:28:50 +01:00
.gitignore Adapt for Solr 2023-02-17 01:32:26 +01:00
LICENSE Remove more cruft and update license to Apache, now that we don't carry the renovate source code 2023-02-23 11:22:06 +01:00
README.md Upgrade renovate 2023-02-23 11:15:11 +01:00

Renovate Github Action for Apache Solr

GitHub Action to run Renovate self-hosted for the Apache Solr project.

This action configuration is forked from https://github.com/renovatebot/github-action. See README file in that project for more details.

See .github/workflows/renovate.yml for the workflow and solr/ folder for custom config.

The bot will commit as user SolrBot <solrbot@cominvent.com>.

Maintaining

NOTE: This is a volunteer community project organized by @janhoy, and not officially run by the Apache Solr PMC. However, Solr committers can enable/disable and re-configure how and when the project is scanned by this bot. See dev-docs/dependency-upgrades.adoc in the Solr project for details.

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, but Solr committers should be able to commit to the PR branch.