spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Research whether dependabot is capable of upgrading our dependencies

Open sjohnr opened this issue 4 years ago • 0 comments

Some notes here:

  • Dependabot supports ignoring major, minor, or patch updates
  • gradle-dependency-submission project supports submitting Gradle dependencies via the Dependabot API, but it does this via parsing the output of the dependencies task which is not ideal. It misses dependencies like gradlew, gradle plugins, etc. I think we should consider submitting a ticket to request using the Gradle Tooling API instead of parsing the output of the dependencies task.
  • github-dependency-extractor could be another option, but it currently does not seem to be active

sjohnr avatar Oct 29 '21 17:10 sjohnr