Skip to content

Commit

Permalink
fix(renovate-config): disable hourly limits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Apr 25, 2024
1 parent 3dcb1e4 commit 5adc3d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"default": {
"minimumReleaseAge": "3 days",
"reviewersFromCodeOwners": true,
"prHourlyLimit": 0,
"packageRules": [
{
"matchUpdateTypes": [
Expand Down Expand Up @@ -45,12 +46,7 @@
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
},
{
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"@rambler-tech/renovate-config",
"@rambler-tech/renovate-config:automerge"
]
}

0 comments on commit 5adc3d6

Please sign in to comment.