laminas / laminas-diagnostics

A set of components for performing diagnostic tests in PHP applications
https://docs.laminas.dev/laminas-diagnostics/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Prepare for Renovate with reusable workflows #36

Closed ghostwriter closed 2 years ago

ghostwriter commented 2 years ago
Q A
QA yes

Description

Adding Renovate to Laminas, Mezzio repositories. https://gist.github.com/weierophinney/49ca8ae2b916d898dd3d4162b26ff41b

Ocramius commented 2 years ago

We should probably adjust this a bit to match (and replace) https://github.com/laminas/laminas-diagnostics/blob/4f6c493e9d6fa57f29d32671a4a86e841afd9428/.github/workflows/unit-tests.yml#L1 ?

We need services to be running in general, for this to work :thinking:

ghostwriter commented 2 years ago

the services keyword is not supported yet for reusable workflows.

https://docs.github.com/en/actions/using-workflows/reusing-workflows#supported-keywords-for-jobs-that-call-a-reusable-workflow

weierophinney commented 2 years ago

@ghostwriter I'm working on the conflict; need to resolve issues with the coding standard first (PR incoming...). I'll take it from here.

Ocramius commented 2 years ago

Target branch was wrong here :thinking:

Ocramius commented 2 years ago

markdownlint failures unrelated, caused by current ongoing Russian invasion of Ukraine. This patch is ready to go, thanks @ghostwriter @weierophinney!

Ocramius commented 2 years ago

Gonna release this one: lots of changes/improvements in 1.15.0, and it's best to have it tried out in the field too.