https://github.com/heppu/dependabot-bug
https://github.com/heppu/dependabot-bug
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heppu/dependabot-bug
- Owner: heppu
- Created: 2026-01-29T09:31:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T10:20:47.000Z (6 months ago)
- Last Synced: 2026-01-30T00:58:43.846Z (6 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dependabot-bug
Minimal reproduction of dependabot bug I encountered where adding cooldown makes docker updates fail.
Here dockerfile has alpine:3.20.0 defined which is over 1 year old. If cooldown is defined dependabot doesn't try to update it. How ever when cooldown is removed it gets updated as it should. With private registry cooldown causes different type of errors.