Skip to content

Commit

Permalink
add dependabot.yml for scanning config
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta committed Nov 20, 2024
1 parent 1ac2852 commit 209340e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Dependabot Configuration
#
# This configuration file specifies the settings for Dependabot Scanning.
# It monitors the Gradle dependencies 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"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0

0 comments on commit 209340e

Please sign in to comment.