Skip to content

Commit

Permalink
fix: update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 15, 2024
1 parent 60f18ed commit 6da83ab
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@
"dependencyDashboard": true,
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": [
"dependencies"
],
"labels": ["dependencies"],
"prConcurrentLimit": 30,
"prHourlyLimit": 0,
"prHourlyLimit": 2,
"packageRules": [
{
"updateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"automerge": true,
"pinDigests": true,
"schedule": ["every weekend after 4am"]
}
],
"timezone": "UTC",
Expand Down

0 comments on commit 6da83ab

Please sign in to comment.