From 58cc59868043387474986b60d1897d8683e52bae Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 8 May 2024 10:37:25 +0200 Subject: [PATCH] ci(dependabot): activate Signed-off-by: EdJoPaTo --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d68a0b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 0 + schedule: + interval: "daily" + time: "08:45" + commit-message: + prefix: "build(npm):" + groups: + minor: + update-types: ["minor", "patch"] + ignore: + - dependency-name: "@types/node" + update-types: ["version-update:semver-major"]