Skip to content

Commit

Permalink
ci(renovate): use matchDepNames instead of matchPackageNames
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Sep 2, 2024
1 parent e9f82a3 commit 03f469e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,24 @@
{
"description": "Trigger a minor update on some dependencies",
"matchDepNames": [
"org.apache.commons:commons-math3",
"org.danilopianini:listset"
"^org\\.apache\\.commons:commons-math3$",
"^org\\.danilopianini:listset$"
],
"semanticCommitScope": "api-deps"
},
{
"description": "Some updates should have type docs",
"matchDepNames": [
"org.jetbrains.dokka"
"^org\\.jetbrains\\.dokka.*"
],
"semanticCommitType": "docs"
},
{
"description": "Identify some updates as core",
"matchDepNames": [
"org.jetbrains.kotlin.jvm",
"org.jetbrains.kotlin:kotlin-stdlib",
"org.protelis:protelis",
"org.protelis:protelis-interpreter",
"org.protelis:protelis-lang"
],
"matchPackagePrefixes": [
"it.unibo.scafi"
"^it\\.unibo\\scafi:.*",
"^org\\.jetbrains\\.kotlin:.*",
"^org\\.protelis:.*"
],
"semanticCommitScope": "core-deps"
},
Expand Down

0 comments on commit 03f469e

Please sign in to comment.