-
Notifications
You must be signed in to change notification settings - Fork 211
Add Renovate bot #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Renovate bot #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces automated dependency management through Renovate bot and modernizes the project documentation. The changes focus on improving maintainability and user experience.
- Adds Renovate configuration for automated NuGet dependency updates with release age controls
- Updates README.md with improved formatting, emojis, and clearer Docker setup instructions
- Modernizes Docker commands from legacy
docker-compose
to currentdocker compose
syntax
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
.github/workflows/renovate.yml |
Adds GitHub Action workflow to run Renovate on a schedule |
.github/renovate.json |
Configures Renovate for NuGet packages with 7-day release age requirement |
README.md |
Modernizes documentation with emojis, improved formatting, and updated Docker commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…efine package exclusion rules
…vate configuration
…vate configuration
This pull request introduces Renovate for automated dependency updates and updates the project documentation to improve clarity and modernize the presentation. The most important changes are grouped below:
Renovate integration:
.github/renovate.json
to configure Renovate for NuGet dependencies, including branch naming, author info, and release age rules..github/workflows/renovate.yml
to enable Renovate as a scheduled GitHub Action using a dedicated token.Documentation improvements in
README.md
:docker compose
commands, clarified folder names, and improved setup steps for both Docker and Visual Studio environments.