Skip to content

Commit

Permalink
Add configuration for Dependabot to simplify updates of Kotlin (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 8, 2024
1 parent 7ab41d1 commit 4d23aae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -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:*"

0 comments on commit 4d23aae

Please sign in to comment.