Configure Renovate#51
Conversation
What this PR doesThis pins every GitHub Action in this repo's workflows from a mutable tag to an immutable commit SHA — e.g. Why it mattersA tag like This isn't hypothetical. In March 2025 the widely used GitHub Actions execute with access to this repository and its secrets, so this is the cheapest meaningful supply-chain hardening available. What Renovate isRenovate is an automated dependency bot (maintained by Mend). Here it is scoped to GitHub Actions only — it does not touch application dependencies. Going forward it watches these actions and surfaces updates for review, so the pinning doesn't silently rot. Why we don't just run
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
Adds a Renovate configuration file to onboard and enable automated dependency update PRs in this repository using Renovate’s recommended preset.
Changes:
- Introduce
renovate.jsonwith Renovate schema reference. - Extend from
config:recommendedto apply Renovate’s default recommended behaviors.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.What to Expect
It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.