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'