From 09a6b5122b913b75b7b2e898afacd7ff2ff5751d Mon Sep 17 00:00:00 2001 From: edeleon Date: Wed, 20 Nov 2024 15:53:37 -0800 Subject: [PATCH] add dependabot.yml for scanning config --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d77911f --- /dev/null +++ b/.github/dependabot.yml @@ -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 \ No newline at end of file