atc0005 / go-ci

Tooling for linting, testing and building Go applications

Home Page:https://hub.docker.com/r/atc0005/go-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot monitoring of multiple build images not working

atc0005 opened this issue · comments

While spot-checking the PRs submitted to cover updating Go 1.19.6 and 1.20.1 I found that multiple images were not updated:

  • /oldstable/build/release
  • /oldstable/combined
  • /stable/build/cgo-mingw-w64
  • /stable/build/release
  • /unstable/build/release
  • /unstable/combined

Checking the .github/dependabot.yml file I found that I failed to update monitored paths after the v0.9.0 changes moved/renamed many of them.

Forgot to include this one in the OP (initially):

  • /stable/build/release

Checking the .github/dependabot.yml file I found that I failed to update monitored paths after the v0.9.0 changes moved/renamed many of them.

Correction: v0.8.0, not v0.9.0.