From 725c7515054f6517c893509fa35aed81021a8575 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:29:04 -0300 Subject: [PATCH] Update Dependabot schedule for GitHub Actions Change GitHub Actions update interval from monthly to quarterly and add ignore rules for patch updates. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98bcc10..6483ee6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every month - interval: "monthly" + interval: "quarterly" + ignore: # only update minor or major version changes + - dependency-name: "*" + update-types: ["version-update:semver-patch"] groups: actions: patterns: