From 3fbbbb261e18adbad816ebab19bef7a27ccb68b3 Mon Sep 17 00:00:00 2001 From: Ethan Lemke Date: Fri, 28 Feb 2025 17:25:12 +0000 Subject: [PATCH] .github: dependabot.yml: ignore all non-patch updates to the root app --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a48f867..73a5f8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] # version updates for GitHub Actions - package-ecosystem: "github-actions"