Skip to content

Commit

Permalink
chore: Configure Renovate (#2)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* chore: update renovate.json

* chore: update renovate.json config

* chore: reorder renovate.json config rules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Caselli <ashley.caselli@unige.ch>
  • Loading branch information
renovate[bot] and ashleycaselli authored Dec 15, 2023
1 parent 66ea3b6 commit 4701ea6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>ashleycaselli/renovate-config"
],
"packageRules": [
{
"description": "Updates to the parent dependencies should trigger a new patch release",
"matchPaths": [
"pom.xml"
],
"semanticCommitType": "chore",
"semanticCommitScope": "core-deps"
},
{
"description": "Updates to the dependencies under the build settings element should not trigger any release",
"matchPaths": [
"pom.xml"
],
"matchDepTypes": [
"build"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
{
"description": "Updates to the dependencies with scope 'test' should be tagged as test(deps)",
"matchPaths": [
"pom.xml"
],
"matchDepTypes": [
"test"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
}
]
}

0 comments on commit 4701ea6

Please sign in to comment.