diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ef59a8..0d6802c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "gradle" # See documentation for possible values - directory: "/gradle/libs.versions.toml" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly"