Skip to content

Commit

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kimberly Meechan <K-Meech@users.noreply.github.com>
  • Loading branch information
renovate[bot] and K-Meech committed Nov 26, 2023
1 parent ac6a6a8 commit 64654a2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly",
":assignAndReview(K-Meech)",
":disableDependencyDashboard",
":label(renovate)",
":maintainLockFilesMonthly",
":noUnscheduledUpdates",
"group:all"
],
"packageRules": [
{
"matchPackageNames": ["de.embl.cba:imagej-utils"],
"enabled": false
}
]
}

0 comments on commit 64654a2

Please sign in to comment.