From 2c5b9374bfde6bf8cf9dd6e1f3e02728c5fbac16 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 24 Oct 2023 12:53:20 +0200 Subject: [PATCH] ci: fix typo in dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index c82a09aa1..39617e5cb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -7,4 +7,4 @@ updates: package-ecosystem: "github-actions" directory: "/" schedule: - interval: "mothly" + interval: "monthly"