air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

ci: add GitHub dependabot #594

Open ccoVeille opened 1 month ago

ccoVeille commented 1 month ago

It will be incharge of opening PR if a Go dependency or a GHA should be updated

ccoVeille commented 1 month ago

I noticed setup-go was in version 4 in GHA

https://github.com/cosmtrek/air/blob/e3b6eafe8afd4ac8640421bad573ea5e655592cd/.github/workflows/build.yml#L20

while the last version is version 5 see https://github.com/marketplace/actions/setup-go-environment

I looked at existing issues or PR and found no mention of dependabot/renovate, so I made a PR to add dependabot to repository,