From d1c9f88c1d7bd3670371bbaaa766bc7eedaaca81 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 13 Apr 2025 21:14:35 +0200 Subject: [PATCH] chore: enable dependabot --- .github/dependabot.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94b4b6121..9e6a4bfd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,13 @@ version: 2 updates: - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'daily' - target-branch: dev - - - package-ecosystem: 'docker' - directory: '/docker' - schedule: - interval: 'daily' - target-branch: dev + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dev" + groups: + minor-patch: + applies-to: version-updates + update-types: + - "minor" + - "patch"