From 5830d47d6fdad64316c71498b83650f96ace7ad9 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Sun, 5 Oct 2025 08:50:50 +0200 Subject: [PATCH] lower dependabot update frequency --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f5ecdd..2df2dba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,11 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly"