You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#107 added a v4 tag so that we can prepare for fastify@5 across all repos. Unfortunately, Dependabot started updating all of our repos from workflows@3 to workflows@4. And then an automation (#107 (comment)) started merging them.
We need to disable this automation for the workflows repo across all projects. We will only ever release a new major of workflows that imposes a major change in all repos that depend upon it.
The documentation is at https://github.com/fastify/github-action-merge-dependabot#excluding-packages. But I'm not clear if that works with GitHub Actions. It's possible that test needs to be conducted to determine the answer. But maybe one of the maintainers of that action will know (I have never even looked at the code, so I'm not one of them).
#107 added a
v4
tag so that we can prepare forfastify@5
across all repos. Unfortunately, Dependabot started updating all of our repos fromworkflows@3
toworkflows@4
. And then an automation (#107 (comment)) started merging them.We need to disable this automation for the
workflows
repo across all projects. We will only ever release a new major ofworkflows
that imposes a major change in all repos that depend upon it.attn: @mcollina @Fdawgs
The text was updated successfully, but these errors were encountered: