From 16492ea89ae5ffd86d487479b8b6ad36a054e718 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Tue, 13 Aug 2024 18:18:42 +0700 Subject: [PATCH] ci(dependabot.yml): add group kotlin --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98c2930..42c9761 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,8 +13,13 @@ updates: groups: production-dependencies: dependency-type: "production" + exclude-patterns: + - "org.jetbrains.kotlin*" development-dependencies: dependency-type: "development" + kotlin: + patterns: + - "org.jetbrains.kotlin*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"