From b35a67a62ab474611a948db8fd2df7a47a8e54c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 21:48:46 +0000 Subject: [PATCH] Update from template: W8917-dependabot-addIgnoreTypesNode --- .github/dependabot.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ab3326..3d6484f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,26 @@ # Dependabot will run on day 27 of each month at 03:48 (Europe/Berlin timezone) version: 2 updates: - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "48 3 27 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '48 3 27 * *' open-pull-requests-limit: 15 assignees: - - "simatec" - versioning-strategy: "increase" - - package-ecosystem: "github-actions" - directory: "/" + - 'simatec' + versioning-strategy: 'increase' + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major' + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "48 3 27 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '48 3 27 * *' open-pull-requests-limit: 15 assignees: - - "simatec" \ No newline at end of file + - 'simatec'