diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27c9bca..ef571e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - - package-ecosystem: "gradle" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gradle" + directory: "/" schedule: interval: "weekly" day: "sunday"