From a47b1199a2bffaf73169f39a481f16a98d539a68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 02:06:46 +0000 Subject: [PATCH] Update from template: W8917-dependabot-addIgnoreTypesNode --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e003072..7be5ecb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,22 @@ version: 2 updates: - package-ecosystem: npm - directory: "/" + directory: '/' schedule: interval: weekly - time: "04:00" + time: '04:00' timezone: Europe/Berlin open-pull-requests-limit: 15 versioning-strategy: increase + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major' - package-ecosystem: github-actions - directory: "/" + directory: '/' schedule: interval: weekly - time: "04:00" + time: '04:00' timezone: Europe/Berlin open-pull-requests-limit: 15