From 0ab8c967dd4ba3366eadd89dc0224c0b070aa1c3 Mon Sep 17 00:00:00 2001 From: Emil Albrektsson <61695840+albrektsson@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:03:07 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd6adf2ea..2c4d62878 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,18 +16,22 @@ updates: groups: ktor: patterns: - - "ktor*" + - "io.ktor*" - "dusseldorf*" kontrakt: patterns: - "no.nav.k9*" + koin: + patterns: + - "io.insert-koin* gradle: patterns: - "*" exclude-patterns: - - "ktor*" + - "io.ktor*" - "dusseldorf*" - "no.nav.k9*" + - "io.insert-koin*" - package-ecosystem: github-actions directory: "/"