Skip to content

Commit

Permalink
Merge pull request #4 from elifesciences/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
scottaubrey authored Nov 20, 2023
2 parents fe75c8e + 01d01cf commit 5b55605
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"dependencyDashboardTitle":"Dependency Dashboard - EPP encoda",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchPackageNames": ["node"],
"matchDatasources": ["docker"],
"versioning": "node"
},
{
"matchPackageNames": ["@stencila/encoda"],
"automerge": false
}
]
}

0 comments on commit 5b55605

Please sign in to comment.