mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
Automate Gradle and dependency updates #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @odenix on GitHub (Oct 23, 2024).
The Pkl build keeps falling behind in terms of Gradle and dependency versions.
Manual updates take significant time. For example, Gradle wrapper files need to be verified manually.
It would be very helpful to set up a bot such as Renovate (my favorite) or Dependabot that automates such updates by sending PRs that edit
libs.versions.tomland Gradle lock files.@StefMa commented on GitHub (Oct 23, 2024):
Duplicate of https://github.com/apple/pkl/issues/225
@holzensp commented on GitHub (Oct 23, 2024):
Closing as duplicate of #225, but yes, something we do want.