Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Renovate pipeline infrastructure to the dotnet/docker-tools repository for automated dependency updates. The implementation includes a reusable job template, configuration files, and a scheduled pipeline that will run nightly at 3 AM UTC.
Changes:
- Adds Renovate tracking comment to
src/Dockerfile.linuxfor ORAS version monitoring - Creates Renovate configuration with custom regex manager for Dockerfile ARG/ENV variables
- Implements reusable Azure Pipeline job template for running Renovate
- Sets up nightly scheduled pipeline with dry-run and force-recreate options
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
src/Dockerfile.linux |
Adds Renovate tracking comment for ORAS_VERSION ARG to enable automated version updates |
eng/renovate.json |
Configures Renovate with custom regex manager and dockerfileVersions preset |
eng/renovate.env |
Defines environment variables for Renovate bot configuration including PR templates and author settings |
eng/pipelines/templates/jobs/renovate.yml |
Implements reusable job template that validates config, runs Renovate in Docker, and publishes logs |
eng/pipelines/renovate.yml |
Defines scheduled pipeline that runs nightly against dotnet/dotnet-docker repository |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
lbussell
reviewed
Jan 26, 2026
lbussell
approved these changes
Jan 28, 2026
Member
lbussell
left a comment
There was a problem hiding this comment.
Looks good, just a couple of other suggestions.
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
lbussell
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
src/Dockerfile.linuxwith Renovate tracking comment for ORAS versionThe intent is for
eng/pipelines/templates/jobs/renovate.ymlandeng/renovate.envto be moved to Arcade once things have been evaluated in this repo first.Related: dotnet/arcade#15594