Skip to content

Commit

Permalink
Merge pull request #1 from pluralsh/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
davidspek authored Nov 25, 2022
2 parents 5df6239 + 27e35a0 commit d5e1345
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboard",
":prHourlyLimit4",
":semanticCommits",
":prConcurrentLimit10"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": true
}
],
"labels": [
"dependencies"
],
"separateMinorPatch": true
}

0 comments on commit d5e1345

Please sign in to comment.