From e315eeab24084c249f56df81a83ab16a14a075cb Mon Sep 17 00:00:00 2001 From: Colbster937 Date: Thu, 29 Jan 2026 16:59:38 -0600 Subject: [PATCH] update --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac4950b..05742b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,19 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" + - "version-update:semver-patch" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" + - "version-update:semver-patch" \ No newline at end of file