diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51d2ae755..2983a7be2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,13 @@ updates: - "component: core" allow: - dependency-name: "org.ow2.asm:*" + - package-ecosystem: "maven" + directory: "/org.jacoco.core.test.validation.kotlin" + schedule: + interval: "weekly" + labels: + - "dependencies" + - "component: test" + - "language: kotlin" + allow: + - dependency-name: "org.jetbrains.kotlin:*"