diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 678b575..2d40f47 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,11 @@ updates: - package-ecosystem: "gradle" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" # target-branch: "dependencies" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly"