refactor(ci): consolidate dependency update workflows into update-deps#3683
refactor(ci): consolidate dependency update workflows into update-deps#3683ayushb89 wants to merge 1 commit into
Conversation
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ayushb89 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @ayushb89! It looks like this is your first PR to knative/func 🎉 |
|
Hi @ayushb89. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
17d16de to
18e376f
Compare
Signed-off-by: Ayush Kumar Burnwal <ayushburnwal2021@gmail.com>
18e376f to
f8562d8
Compare
|
@ayushb89 thanks for the contribution. Seems like a reasonable consolidation to me. @gauron99, @matejvasek can you weigh in please? |
Consolidates the separate dependency auto-update workflows into a single centralized update-deps.yaml workflow.
This reduces duplicated setup logic by using a shared matrix-based flow for platform updates while preserving existing schedules, permissions, concurrency handling, and PR behavior.
Builder and python updates remain separate jobs due to their specific environment/setup requirements.
Closes #3291