Skip to content

Commit

Permalink
Renovate ignore junit-jupiter-api and junit-platform-launcher (take 2) (
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Jan 29, 2024
2 parents eb1ab36 + b0b065f commit 701149d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"extends": [
"config:recommended"
],
"ignoreDeps": ["junit-jupiter-api", "junit-platform-launcher"],
"ignoreDeps": ["org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-launcher"],
"packageRules": [
{
"paths": ["selfie.dev/"],
"labels": ["selfie.dev"]
"matchFileNames": ["selfie.dev/**"],
"labels": ["docs"]
},
{
"paths": ["jvm/"],
"matchFileNames": ["jvm/**"],
"labels": ["jvm"]
}
]
Expand Down

0 comments on commit 701149d

Please sign in to comment.