From e10b582470e714cf3cc7fc55a1b6e5b84f547cfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 03:47:33 +0000 Subject: [PATCH] Update from template: W8917-dependabot-addIgnoreTypesNode --- .github/dependabot.yml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index faed390..16f684b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,19 +2,23 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "44 2 15 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '44 2 15 * *' open-pull-requests-limit: 15 - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "44 2 15 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '44 2 15 * *' open-pull-requests-limit: 15 - versioning-strategy: "increase" + versioning-strategy: 'increase' + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major'