Skip to content

Conversation

@thavaahariharangit
Copy link
Contributor

@thavaahariharangit thavaahariharangit commented Dec 9, 2025

What are you trying to accomplish?

Add release date tracking for Gradle plugins to enable the cooldown feature, which prevents updating to newly released versions too quickly.

Gradle plugins previously had no release date information, making the cooldown feature ineffective. This PR extracts release dates from the Gradle Plugin Portal's metadata, allowing users to configure a waiting period before adopting new plugin versions.

Anything you want to highlight for special attention from reviewers?

How will you know you've accomplished your goal?

  • Existing tests pass
  • Added new tests for confirmation
  • confirmed cli run

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@thavaahariharangit thavaahariharangit requested a review from a team as a code owner December 9, 2025 16:06
@github-actions github-actions bot added the L: java:gradle Maven packages via Gradle label Dec 9, 2025
Co-authored-by: Mark Allen <markhallen@gmail.com>
@thavaahariharangit thavaahariharangit merged commit a7b817e into main Dec 16, 2025
87 checks passed
@thavaahariharangit thavaahariharangit deleted the harry/gradle-plugin-portal-release-dates branch December 16, 2025 13:46
@github-project-automation github-project-automation bot moved this from In review to Done in Dependabot Dec 16, 2025
jessealama pushed a commit to jessealama/dependabot-core that referenced this pull request Dec 23, 2025
…ependabot#13738)

* Gradle Plugin Portal release date fetching for the cooldown feature

* Lint fixes

* Log added

* addressing review comments

* updated as per the review comments.

* Lint fixes

* Removed url specific check

* Update gradle/lib/dependabot/gradle/package/package_details_fetcher.rb

Co-authored-by: Mark Allen <markhallen@gmail.com>

* Moving release date extractor to new class

---------

Co-authored-by: Mark Allen <markhallen@gmail.com>
swhittaker pushed a commit to swhittaker/dependabot-core that referenced this pull request Jan 3, 2026
…ependabot#13738)

* Gradle Plugin Portal release date fetching for the cooldown feature

* Lint fixes

* Log added

* addressing review comments

* updated as per the review comments.

* Lint fixes

* Removed url specific check

* Update gradle/lib/dependabot/gradle/package/package_details_fetcher.rb

Co-authored-by: Mark Allen <markhallen@gmail.com>

* Moving release date extractor to new class

---------

Co-authored-by: Mark Allen <markhallen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L: java:gradle Maven packages via Gradle

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants