Skip to content

include notes describing the dependabot config #1

include notes describing the dependabot config

include notes describing the dependabot config #1

Workflow file for this run

# 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