Draft
Conversation
Member
mthalman
commented
Feb 4, 2026
- Adds Renovate pipeline infrastructure to eng/common for automated dependency updates
- Creates reusable job template for running Renovate against GitHub repositories
- Adds an Arcade-specific Renovate pipeline that updates the version of Renovate being referenced in the job template
- Updates the Renovate documentation:
- more thorough
- onboarding instructions
- references to the pipeline-related files being added in this PR
- common patterns
mmitche
reviewed
Feb 9, 2026
akoeplinger
reviewed
Feb 10, 2026
akoeplinger
reviewed
Feb 10, 2026
akoeplinger
reviewed
Feb 10, 2026
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
lbussell
previously approved these changes
Feb 12, 2026
| @@ -0,0 +1,50 @@ | |||
| # Renovate Dependency Update Pipeline | |||
Member
There was a problem hiding this comment.
Question: did you consider creating an "extends" template? Then maybe the minimal template for adopting renovate could be even smaller.
Hypothetical example
trigger: none
schedules:
- cron: '0 8 * * 1'
displayName: Weekly Renovate Run
branches:
include:
- main
always: true
extends:
template: /eng/common/idk-wherever/renovate.yml@self
parameters:
renovateConfigPath: my-renovate-config.json
gitHubRepo: dotnet/arcade
dryRun: false
forceRecreatePR: falseMaybe something to consider for a follow-up
Member
Author
|
I'm going to revise this some more to remove the dependency on ghcr.io since that will be impacted by network isolation eventually. |
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.