Skip to content

Commit

Permalink
chore: tell renovate to stfu during work hours (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 9, 2024
1 parent cc64314 commit fb366b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
],

"labels": ["deps"],

"dependencyDashboard": true,

"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"e2e/**",
"examples/**"
],

"timezone": "America/Los_Angeles",

"schedule": ["after 2am every weekday", "before 5am every weekday"],

"packageRules": [
{
"matchPackagePatterns": ["npm"],
Expand Down

0 comments on commit fb366b1

Please sign in to comment.