From e7a1be78dffd47788fa5e93a007024972df5ea2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 11:07:34 +0000 Subject: [PATCH] Update from template: W8917-dependabot-addIgnoreTypesNode --- .github/dependabot.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa0ba07..831eda7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,26 +2,34 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: github-actions - directory: "/" + directory: '/' schedule: interval: monthly - time: "04:00" + time: '04:00' timezone: Europe/Berlin - package-ecosystem: npm - directory: "/" + directory: '/' schedule: interval: monthly - time: "04:00" + time: '04:00' timezone: Europe/Berlin open-pull-requests-limit: 5 versioning-strategy: increase + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major' - package-ecosystem: npm - directory: "/src-rx" + directory: '/src-rx' schedule: interval: monthly - time: "04:00" + time: '04:00' timezone: Europe/Berlin open-pull-requests-limit: 5 versioning-strategy: increase + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major'