Skip to content

Commit

Permalink
Merge branch 'main' into benelan/dont-override-validation-message
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan authored Feb 7, 2024
2 parents 222b804 + d01461d commit fdeb037
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"extends": [
"config:base",
"npm:unpublishSafe",
"schedule:daily",
"workarounds:typesNodeVersioning",
":pinAllExceptPeerDependencies",
":widenPeerDependencies"
],
"platformCommit": true,
"enabledManagers": ["npm"],
"timezone": "America/Los_Angeles",
"schedule": ["before 5am on every weekday"],
"labels": ["dependencies"],
"ignoreDeps": [
"@types/jest",
Expand All @@ -35,6 +35,11 @@
"semanticCommitType": "build",
"semanticCommitScope": "deps",
"addLabels": ["chore"]
},
{
"matchPackagePatterns": ["^@(esri|stencil)/*"],
"schedule": ["8am", "12pm", "4pm"],
"extends": [":disableRateLimiting"]
}
]
}

0 comments on commit fdeb037

Please sign in to comment.