diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 69% rename from .github/dependabot.yml rename to .github/dependabot.yaml index 65f3c38..eddeda1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yaml @@ -3,6 +3,8 @@ updates: - package-ecosystem: "pub" directory: "/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "github-actions" directory: "/" + schedule: + interval: "daily"