-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Can you check the indention |
For some reason it doesnt like those keys, even though I copy them from another fiber repo. Let me check again... |
So, it turns out that automerged was disable by Github. The reason it works in other Fiber repos is because they are not using the dependabot validator (Ex: boilerolate repo). More info here: dependabot/dependabot-core#1973 The recommended way to auto merge now is via Github Actions as Fiber does in several repos. |
I think we can add automerge action to this repo |
Ok, let me add the file to this sams PR then. |
Done, added a copy of this one: https://github.com/gofiber/contrib/blob/main/.github/workflows/dependabot_automerge.yml |
Repo needs a secret/token for |
@ReneWerner87 can you check it |
Sure |
I think I still have to activate the token for the repository I will do it tomorrow |
Thanks! I just updated the job name to |
Updated, also added more Go versions to matrix. Seems like this middleware needs some unit-testing byt that should be cover by a different PR. |
Github-Actions
via dependabot