Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jun 12, 2023
1 parent e872852 commit 514e9c2
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 514e9c2

Please sign in to comment.