From ab86d54f26c65d57e3eea74d211bd2024202dcc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 May 2026 13:33:36 +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 68c7634..3d699f3 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: "50 2 16 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '50 2 16 * *' open-pull-requests-limit: 15 - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "50 2 16 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '50 2 16 * *' open-pull-requests-limit: 20 - versioning-strategy: "increase" + versioning-strategy: 'increase' + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major'