Dependabot not raising automated pull requests for Gradle dependencies
I have the following dependabot.yml configuration:
version: 2
updates:
– package-ecosystem: “gradle”
directory: “/”
schedule:
interval: “daily”
target-branch: “main”
open-pull-requests-limit: 0