From 51b4458f0a8223186a437dbe1b5654d6dd20c082 Mon Sep 17 00:00:00 2001 From: Dimitrios Begnis Date: Fri, 29 Sep 2023 13:47:18 +0200 Subject: [PATCH] build: fix dependabot --- .github/{dependabot.yml => dependabot.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/{dependabot.yml => dependabot.yaml} (69%) 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"