Skip to content

Commit

Permalink
Configure Renovate (#75)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Custom renovate config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dragutin Marjanović <[email protected]>
  • Loading branch information
renovate[bot] and drmarjanovic authored Apr 24, 2023
1 parent 4094013 commit 8eaa399
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"commitMessageAction": "Update",
"commitMessageTopic": " {{depName}}",
"packageRules": [
{
"matchManagers": [
"sbt"
],
"enabled": false
}
],
"rebaseWhen": "conflicted"
}

0 comments on commit 8eaa399

Please sign in to comment.