diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02a144a0..69e39858 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,9 @@ updates: - package-ecosystem: "gradle" directories: - "/service" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" \ No newline at end of file