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'