Skip to content

Commit 09a6b51

Browse files
add dependabot.yml for scanning config
1 parent 0825869 commit 09a6b51

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Dependabot Configuration
2+
#
3+
# This configuration file specifies the settings for Dependabot Scanning.
4+
# It monitors the Gradle dependencies and runs checks
5+
# on a weekly basis. This will only provide vulnerability alerts and will not create
6+
# pull requests for version updates.
7+
8+
version: 2
9+
updates:
10+
- package-ecosystem: "gradle"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)