diff --git a/.github/dependabot.yml b/.github/dependabot.yml index daec318..c0f514d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,10 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +