ci(dependabot): update kronk in a separate group

Andrey Nering created

Change summary

.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

.github/dependabot.yml 🔗

@@ -17,6 +17,12 @@ updates:
       all:
         patterns:
           - "*"
+        exclude-patterns:
+          - github.com/ardanlabs/kronk
+      kronk:
+        patterns:
+          - github.com/ardanlabs/kronk
+
 
   - package-ecosystem: "gomod"
     directory: "/examples"