-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(manager/azure-pipelines): Deployment jobs support #26048
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.
please convert types to zod schema validation
lib/modules/manager/azure-pipelines/__fixtures__/azure-pipelines-canary.yaml
Outdated
Show resolved
Hide resolved
This was a rabbit hole. I raised some comments where I made changes and why they were made. |
Hi. This PR now needs to be rebased. @viceice should I wait until you comment on my above question or rebase now? |
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.
Needs de-conflicting
All set. |
🎉 This PR is included in version 37.91.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thanks all! |
Changes
Azure Devops has the concept of deployment jobs that are not covered by rennovate. This PR adds support for these jobs. I'm open to another approach for testing these changes as the # of fixture has exploded.
Microsoft Docs on Deployment Jobs: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/deployment-jobs?view=azure-devops#runonce-deployment-strategy
Context
Explained above
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: