Skip to content

Commit

Permalink
renovate timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Feb 19, 2024
1 parent 0b64e80 commit 68c7730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json", // up to date schema with all supported properties
"timezone": "America/Vancouver",
"extends": [
"config:js-app", // base on the recommended config for JS applications
"schedule:monthly", // can be schedule:weekly, schedule:weekends, etc
"npm:unpublishSafe", // the release must be at least 3 days old
":approveMajorUpdates",// require explicit update approval on the dashboard before opening PR
":maintainLockFilesWeekly" // regenerates lock file to update all indirect deps
],
"transitiveRemediation": true, // apply security updates for indirect (transitive) NPM dependencies
"transitiveRemediation": true, // apply security updates for indirect (transitive) NPM dependencies
"packageRules": [
{
"matchPackagePatterns": ["^gatsby"],
Expand Down

0 comments on commit 68c7730

Please sign in to comment.