aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2024-05-08 05:41:28 +0200
committerGitHub <noreply@github.com>2024-05-08 05:41:28 +0200
commit4d23aae2859e4010da0a3d5c3ff74e3e9c427548 (patch)
treef8246aeb7b1beb27caaa44d85968cf266fecf608
parent7ab41d16f2abefb80b6d7788bde2cc4114b38a0e (diff)
downloadjacoco-4d23aae2859e4010da0a3d5c3ff74e3e9c427548.tar.gz
Add configuration for Dependabot to simplify updates of Kotlin (#1618)
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 51d2ae75..2983a7be 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:*"