diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8770b5b..1dd31a9b 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 1 20 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '50 1 20 * *' open-pull-requests-limit: 15 - - package-ecosystem: "npm" - directory: "/" + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: "cron" - timezone: "Europe/Berlin" - cronjob: "50 1 20 * *" + interval: 'cron' + timezone: 'Europe/Berlin' + cronjob: '50 1 20 * *' open-pull-requests-limit: 15 - versioning-strategy: "increase" + versioning-strategy: 'increase' + ignore: + - dependency-name: '@types/node' + update-types: + - 'version-update:semver-major'