include notes describing the dependabot config #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dependabot Configuration | |
# | |
# This configuration file specifies the settings for Dependabot Scanning. | |
# It monitors the Gradle dependencies in the specified subprojects and runs checks | |
# on a weekly basis. This will only provide vulnerability alerts and will not create | |
# pull requests for version updates. | |
version: 2 | |
updates: | |
- package-ecosystem: "gradle" | |
directories: | |
- "/agent-interface" | |
- "/buildSrc" | |
- "/discovery" | |
- "/infinite-tracing" | |
- "/newrelic-agent" | |
- "/newrelic-cats-effect3-api" | |
- "/newrelic-open-telemetry-agent-extension" | |
- "/newrelic-scala3-api" | |
- "/newrelic-scala-api" | |
- "/newrelic-scala-cats-api" | |
- "/newrelic-scala-zio-api" | |
- "/newrelic-scala-zio2-api" | |
- "/newrelic-scala-monix-api" | |
- "/newrelic-weaver" | |
- "/newrelic-weaver-scala" | |
schedule: | |
interval: "weekly" | |
open-pull-requests-limit: 0 |