From 9813e6dfdb58fb3afbfc3d254475af7535022ad3 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Fri, 16 Jan 2026 11:32:57 +0100 Subject: [PATCH] enable monthly dependabot workflow run --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3b..3a626c3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,4 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 + interval: monthly