refactor(ci): consolidate dependency update workflows into update-deps#3683
refactor(ci): consolidate dependency update workflows into update-deps#3683ayushb89 wants to merge 4 commits intoknative:mainfrom
Conversation
Signed-off-by: Ayush Burnwal <ayush@example.com>
Signed-off-by: Ayush Burnwal <ayush@example.com>
|
|
[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. |
Signed-off-by: Ayush Burnwal <ayush@example.com>
64d1726 to
9d8ec2c
Compare
Signed-off-by: ayushb89 <ayushburnwal2021@gmail.com>
17d16de to
18e376f
Compare
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