From 690d214caa3c711db0a077ed6dff5f91eb5e34dd Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 13 Apr 2025 21:34:25 +0200 Subject: [PATCH] chore: lint --- .github/dependabot.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e6a4bfd..a5ae40e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,13 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - target-branch: "dev" - groups: - minor-patch: - applies-to: version-updates - update-types: - - "minor" - - "patch" + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + target-branch: dev + groups: + minor-patch: + applies-to: version-updates + update-types: + - minor + - patch