dependabot / dependabot/dependabot-core
Private repository causes failure to create PR for Security Alert
- Dominant language
- Ruby
- Stars
- 5.8k
- Forks
- 1.5k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 149
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Bundler
### Package manager version
2.5.4
### Language version
Ruby 3.1
### Manifest location and content before the Dependabot update
/Gemfile:
```ruby
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'sidekiq', '~> 5.2'
gem 'tools', github: 'CO2Management/tools'
```
### dependabot.yml content
```
---
version: 2
registries:
github-tools:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.DEPENDABOT_PAT}}
updates:
- package-ecosystem: "github-actions"
open-pull-requests-limit: 0
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: bundler
directory: "/"
insecure-external-code-execution: allow
registries:
- github-tools
schedule:
interval: "daily"
```
### Updated dependency
_No response_
### What you expected to see, versus what you actually saw
Expected: When creating a PR for a security alert Dependabot is able to access the private repository `tools` with the configured git registry
Actual: It fails with the following log:
```
proxy | 2024/01/12 07:55:27 proxy starting, commit: ebf3724b85167f0333b1131189a46fbdbda0c682
proxy | 2024/01/12 07:55:27 Listening (:1080)
updater | 2024-01-12T07:55:27.703791473 [773512390:main:WARN:src/devices/src/legacy/serial.rs:222] Detached the serial input due to peer close/error.
updater | time="2024-01-12T07:55:29Z" level=info msg="guest starting" commit=90af8a6c05b9bffe4b43b13215eded5f1f9b1c00
updater | time="2024-01-12T07:55:29Z" level=info msg="starting job..." fetcher_timeout=10m0s job_id=773512390 updater_timeout=45m0s updater_version=845e8f1e0a8a7314821a6d39a8da496f6adc76b0-bundler
updater | 2024/01/12 07:55:31 INFO Raven 3.1.2 ready to catch errors
updater | 2024/01/12 07:55:32 INFO Starting job processing
proxy | 2024/01/12 07:55:33 [002] GET https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 07:55:33 [002] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:33 [002] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 07:55:33 [004] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 07:55:33 [004] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:33 [004] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 07:55:33 [006] GET https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 07:55:33 [006] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:33 [006] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 07:55:34 [008] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 07:55:34 [008] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:34 [008] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 07:55:34 [010] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
proxy | 2024/01/12 07:55:34 [010] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:34 [010] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
proxy | 2024/01/12 07:55:34 [012] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
proxy | 2024/01/12 07:55:34 [012] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:34 [012] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
proxy | 2024/01/12 07:55:34 [014] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile.lock?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
proxy | 2024/01/12 07:55:34 [014] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 07:55:34 [014] 200 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile.lock?ref=f98eb83ac45aa7ec6fe28314ef1a7271d14e98ea
updater | 2024/01/12 07:55:34 INFO Finished job processing
updater | time="2024-01-12T07:55:34Z" level=info msg="task complete" container_id=job-773512390-file-fetcher exit_code=0 job_id=773512390 step=fetcher
updater | 2024/01/12 07:55:36 INFO Raven 3.1.2 ready to catch errors
updater | 2024/01/12 07:55:37 INFO Starting job processing
updater | 2024/01/12 07:55:37 INFO Starting security update job for CO2Management/dependabot_testing
updater | 2024/01/12 07:55:38 INFO Checking if sidekiq 5.2.7 needs updating
proxy | 2024/01/12 07:55:38 [023] GET https://rubygems.org:443/api/v1/versions/sidekiq.json
proxy | 2024/01/12 07:55:38 [023] 200 https://rubygems.org:443/api/v1/versions/sidekiq.json
updater | 2024/01/12 07:55:38 INFO Lowest security fix version is 6.5.10
proxy | 2024/01/12 07:55:39 [027] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [027] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [027] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [027] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [027] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [029] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [029] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [029] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [029] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [029] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [031] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [031] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [031] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [031] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [031] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [033] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [033] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [033] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [033] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [033] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [035] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [035] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [035] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [035] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [035] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [037] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [037] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [037] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [037] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [037] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [039] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [039] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [039] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [039] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:39 [039] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:39 [041] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [041] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:39 [041] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:39 [041] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:40 [041] * de-auth'd request returned 401, replacing response
proxy | 2024/01/12 07:55:40 [043] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:40 [043] * authenticating git server request (host: github.com)
proxy | 2024/01/12 07:55:40 [043] 404 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 07:55:40 [043] * auth'd git request returned 404, retrying without auth
proxy | 2024/01/12 07:55:40 [043] * de-auth'd request returned 401, replacing response
updater | 2024/01/12 07:55:40 INFO Handled error whilst updating sidekiq: git_dependencies_not_reachable {:"dependency-urls"=>["https://github.com/CO2Management/tools.git"]}
updater | 2024/01/12 07:55:40 INFO Nothing to update for Dependency Group: 'bundler group'
updater | 2024/01/12 07:55:40 INFO Finished job processing
updater | 2024/01/12 07:55:40 INFO Results:
updater | Dependabot encountered '1' error(s) during execution, please check the logs for more details.
updater | +------------------------------------------+
updater | | Dependencies failed to update |
updater | +---------+--------------------------------+
updater | | sidekiq | git_dependencies_not_reachable |
updater | +---------+--------------------------------+
updater | time="2024-01-12T07:55:40Z" level=info msg="task complete" container_id=job-773512390-updater exit_code=0 job_id=773512390 step=updater
```
The non security updates do work:
```
proxy | 2024/01/12 06:48:47 proxy starting, commit: ebf3724b85167f0333b1131189a46fbdbda0c682
proxy | 2024/01/12 06:48:47 Listening (:1080)
updater | 2024-01-12T06:48:48.356405209 [773490519:main:WARN:src/devices/src/legacy/serial.rs:222] Detached the serial input due to peer close/error.
updater | time="2024-01-12T06:48:50Z" level=info msg="guest starting" commit=90af8a6c05b9bffe4b43b13215eded5f1f9b1c00
updater | time="2024-01-12T06:48:50Z" level=info msg="starting job..." fetcher_timeout=10m0s job_id=773490519 updater_timeout=45m0s updater_version=845e8f1e0a8a7314821a6d39a8da496f6adc76b0-bundler
updater | 2024/01/12 06:48:51 INFO Raven 3.1.2 ready to catch errors
updater | 2024/01/12 06:48:53 INFO Starting job processing
proxy | 2024/01/12 06:48:53 [002] GET https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 06:48:53 [002] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:48:53 [002] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing
proxy | 2024/01/12 06:48:53 [002] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:48:54 [002] * re-auth'd request returned 200, replacing response
proxy | 2024/01/12 06:48:54 [004] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 06:48:54 [004] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:48:54 [004] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing/git/refs/heads/main
proxy | 2024/01/12 06:48:54 [004] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:48:54 [004] * re-auth'd request returned 200, replacing response
proxy | 2024/01/12 06:48:54 [006] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [006] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:48:54 [006] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [006] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:48:54 [006] * re-auth'd request returned 200, replacing response
proxy | 2024/01/12 06:48:54 [008] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [008] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:48:54 [008] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [008] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:48:54 [008] * re-auth'd request returned 200, replacing response
proxy | 2024/01/12 06:48:54 [010] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile.lock?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [010] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:48:54 [010] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing/contents/Gemfile.lock?ref=4bd249f00dd09b59b0f6135167a6ae41ce112bfd
proxy | 2024/01/12 06:48:54 [010] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:48:54 [010] * re-auth'd request returned 200, replacing response
updater | 2024/01/12 06:48:55 INFO Finished job processing
updater | time="2024-01-12T06:48:55Z" level=info msg="task complete" container_id=job-773490519-file-fetcher exit_code=0 job_id=773490519 step=fetcher
updater | 2024/01/12 06:48:56 INFO Raven 3.1.2 ready to catch errors
updater | 2024/01/12 06:48:57 INFO Starting job processing
updater | 2024/01/12 06:48:58 INFO Starting update job for CO2Management/dependabot_testing
updater | 2024/01/12 06:48:58 INFO Checking all dependencies for version updates...
updater | 2024/01/12 06:48:58 INFO Checking if tools db31f2f7a147cbff357f5f5ca80b7b08d2fa4120 needs updating
proxy | 2024/01/12 06:48:58 [019] GET https://rubygems.org:443/api/v1/versions/tools.json
proxy | 2024/01/12 06:48:59 [019] 200 https://rubygems.org:443/api/v1/versions/tools.json
proxy | 2024/01/12 06:48:59 [023] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 06:48:59 [023] * authenticating git server request (host: github.com)
proxy | 2024/01/12 06:48:59 [023] 200 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
updater | 2024/01/12 06:48:59 INFO Latest version is db31f2f7a147cbff357f5f5ca80b7b08d2fa4120
updater | 2024/01/12 06:48:59 INFO No update needed for tools db31f2f7a147cbff357f5f5ca80b7b08d2fa4120
updater | 2024/01/12 06:48:59 INFO Checking if sidekiq 5.2.7 needs updating
proxy | 2024/01/12 06:48:59 [025] GET https://rubygems.org:443/api/v1/versions/sidekiq.json
proxy | 2024/01/12 06:48:59 [025] 200 https://rubygems.org:443/api/v1/versions/sidekiq.json
updater | 2024/01/12 06:48:59 INFO Latest version is 7.2.0
proxy | 2024/01/12 06:49:00 [027] GET https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 06:49:00 [027] * authenticating git server request (host: github.com)
proxy | 2024/01/12 06:49:00 [027] 200 https://github.com:443/CO2Management/tools.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 06:49:00 [029] POST https://github.com:443/CO2Management/tools.git/git-upload-pack
proxy | 2024/01/12 06:49:00 [029] * authenticating git server request (host: github.com)
proxy | 2024/01/12 06:49:00 [029] 200 https://github.com:443/CO2Management/tools.git/git-upload-pack
proxy | 2024/01/12 06:49:00 [031] POST https://github.com:443/CO2Management/tools.git/git-upload-pack
proxy | 2024/01/12 06:49:00 [031] * authenticating git server request (host: github.com)
proxy | 2024/01/12 06:49:00 [031] 200 https://github.com:443/CO2Management/tools.git/git-upload-pack
proxy | 2024/01/12 06:49:01 [033] GET https://index.rubygems.org:443/versions
proxy | 2024/01/12 06:49:01 [033] 200 https://index.rubygems.org:443/versions
proxy | 2024/01/12 06:49:02 [036] GET https://index.rubygems.org:443/info/actioncable
proxy | 2024/01/12 06:49:02 [036] 200 https://index.rubygems.org:443/info/actioncable
...
proxy | 2024/01/12 06:49:05 [543] GET https://index.rubygems.org:443/info/unf_ext
proxy | 2024/01/12 06:49:05 [543] 200 https://index.rubygems.org:443/info/unf_ext
updater | 2024/01/12 06:49:06 INFO Requirements to unlock own
updater | 2024/01/12 06:49:06 INFO Requirements update strategy bump_versions
updater | 2024/01/12 06:49:06 INFO Updating sidekiq from 5.2.7 to 7.2.0
proxy | 2024/01/12 06:49:07 [545] GET https://index.rubygems.org:443/versions
proxy | 2024/01/12 06:49:07 [545] 206 https://index.rubygems.org:443/versions
updater | 2024/01/12 06:49:09 INFO Submitting sidekiq pull request for creation
proxy | 2024/01/12 06:49:09 [547] GET https://api.github.com:443/repos/CO2Management/dependabot_testing/commits?per_page=100
proxy | 2024/01/12 06:49:09 [547] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:09 [547] 404 https://api.github.com:443/repos/CO2Management/dependabot_testing/commits?per_page=100
proxy | 2024/01/12 06:49:09 [547] * auth'd github api request failed authentication, retrying with alternate provided auth
proxy | 2024/01/12 06:49:10 [547] * re-auth'd request returned 200, replacing response
proxy | 2024/01/12 06:49:10 [549] GET https://rubygems.org:443/api/v1/gems/sidekiq.json
proxy | 2024/01/12 06:49:10 [549] 200 https://rubygems.org:443/api/v1/gems/sidekiq.json
proxy | 2024/01/12 06:49:10 [551] GET https://api.github.com:443/repos/sidekiq/sidekiq/releases?per_page=100
proxy | 2024/01/12 06:49:10 [551] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:10 [551] 200 https://api.github.com:443/repos/sidekiq/sidekiq/releases?per_page=100
proxy | 2024/01/12 06:49:10 [553] GET https://api.github.com:443/repos/sidekiq/sidekiq/contents/
proxy | 2024/01/12 06:49:10 [553] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:10 [553] 200 https://api.github.com:443/repos/sidekiq/sidekiq/contents/
proxy | 2024/01/12 06:49:10 [555] GET https://api.github.com:443/repos/sidekiq/sidekiq/contents/Changes.md?ref=main
proxy | 2024/01/12 06:49:10 [555] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:10 [555] 200 https://api.github.com:443/repos/sidekiq/sidekiq/contents/Changes.md?ref=main
proxy | 2024/01/12 06:49:10 [557] GET https://api.github.com:443/repos/sidekiq/sidekiq/contents/
proxy | 2024/01/12 06:49:10 [557] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:10 [557] 200 https://api.github.com:443/repos/sidekiq/sidekiq/contents/
proxy | 2024/01/12 06:49:10 [559] GET https://api.github.com:443/repos/sidekiq/sidekiq/contents/docs
proxy | 2024/01/12 06:49:10 [559] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:11 [559] 200 https://api.github.com:443/repos/sidekiq/sidekiq/contents/docs
proxy | 2024/01/12 06:49:11 [561] GET https://github.com:443/sidekiq/sidekiq.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 06:49:11 [561] * authenticating git server request (host: github.com)
proxy | 2024/01/12 06:49:11 [561] 200 https://github.com:443/sidekiq/sidekiq.git/info/refs?service=git-upload-pack
proxy | 2024/01/12 06:49:11 [563] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:11 [563] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:11 [563] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:11 [565] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
proxy | 2024/01/12 06:49:11 [565] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:11 [565] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
proxy | 2024/01/12 06:49:11 [567] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:11 [567] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:12 [567] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:12 [569] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
proxy | 2024/01/12 06:49:12 [569] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:12 [569] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
proxy | 2024/01/12 06:49:12 [571] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:12 [571] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:12 [571] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v5.2.7
proxy | 2024/01/12 06:49:12 [573] GET https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
proxy | 2024/01/12 06:49:12 [573] * authenticating github api request with token for api.github.com
proxy | 2024/01/12 06:49:12 [573] 200 https://api.github.com:443/repos/sidekiq/sidekiq/commits?sha=v7.2.0
updater | 2024/01/12 06:49:13 INFO Finished job processing
updater | 2024/01/12 06:49:13 INFO Results:
updater | +-------------------------------------------+
updater | | Changes to Dependabot Pull Requests |
updater | +---------+---------------------------------+
updater | | created | sidekiq ( from 5.2.7 to 7.2.0 ) |
updater | +---------+---------------------------------+
updater | time="2024-01-12T06:49:13Z" level=info msg="task complete" container_id=job-773490519-updater exit_code=0 job_id=773490519 step=updater
```
### Native package manager behavior
➜ bundle
Bundle complete! 2 Gemfile dependencies, 70 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
### Images of the diff or a link to the PR, issue, or logs
_No response_
### Smallest manifest that reproduces the issue
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.