Skip to content

Commit

Permalink
chore: Exclude JUnit5 packages from dependency updates (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored Apr 30, 2024
1 parent ea2ebf3 commit d5f82a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>apter-tech/renovate-config#v0.7.0"
],
"ignoreDeps": [
// Ignore junit packages, we use org.junit:junit-bom instead.
"org.junit.platform:junit-platform-launcher",
"org.junit.jupiter:junit-jupiter-params",
"org.junit.jupiter:junit-jupiter-engine",
"org.junit.jupiter:junit-jupiter-api",
]
}

0 comments on commit d5f82a0

Please sign in to comment.