Dependabot Core version in Gemfile is still 0.209.0
Hello,
Thanks for updating the dependabot-core version in the Dockerfile !!
However I need some code that have been deployed on a later version and while debugging I noticed that the User-Agent on all requests is:
"User-Agent" => "dependabot-core/0.209.0 excon/0.92.4 ruby/2.7.6 (x86_64-linux) (+https://github.com/dependabot/dependabot-core)"
Then, looking in the code I noticed the Gemfile is still looking for an old version:
gem "dependabot-omnibus", "~> 0.209.0"
Will you update it ? Thanks :)
Yes ! @jeffwidman 👀
Can you please update with the latest version ? (0.221.0 I think )
I see the PR #928 is in check failure
We've updated this repo's README with a deprecation note which points to a new example repo we setup to demonstrate how to self-host Dependabot using the Dependabot CLI. As a result, we are archiving this repo.