https://github.com/hsz/dependabot-pr-not-closed-after-satisfying-update-request
https://github.com/hsz/dependabot-pr-not-closed-after-satisfying-update-request
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsz/dependabot-pr-not-closed-after-satisfying-update-request
- Owner: hsz
- Created: 2023-04-17T16:13:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T13:04:35.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:22:39.174Z (9 months ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository to visualize the issue of Dependabot not closing the PRs when the dependency is updated in the [`libs.versions.toml`](./gradle/libs.versions.toml) file.
I have initiated the repository with a single Kotlin plugin dependency in the `libs.versions.toml` file with an outdated version set: `1.8.10`.
After receiving the PR, I have cherry-picked Dependabot's commit with `1.8.20` version and pushed it to the `main` branch.
Unfortunately, Dependabot did not close the PR.Filed issue:
https://github.com/dependabot/dependabot-core/issues/7105