[DISCUSS] no longer ignore dependabot

2025-06-17 Thread Daan Hoogland
Devs, We've been ignoring dependabot a lot as it's PR never passed tests. https://github.com/apache/cloudstack/pull/11028 now has passed all GHA so I suggest we start ignoring the bot less from now on. Not that I had to rebase the PR to make it work, so this might take some effort from our part.

Re: [DISCUSS] no longer ignore dependabot

2025-06-17 Thread Daan Hoogland
:D, how to say no without saying no. On Tue, Jun 17, 2025 at 12:59 PM Rohit Yadav wrote: > > Any changes to package-lock.json should ideally requires a full UI manual QA, > so ideally best avoided unless the manual QA of most/all UI features can be > done. > > QA full test plan: > https://gith

Re: [DISCUSS] no longer ignore dependabot

2025-06-17 Thread Rohit Yadav
Any changes to package-lock.json should ideally requires a full UI manual QA, so ideally best avoided unless the manual QA of most/all UI features can be done. QA full test plan: https://github.com/apache/cloudstack-primate/blob/master/.github/ISSUE_TEMPLATE/test_full_plan.md Regards. __