Skip to content

Commit

Permalink
Make default timeframe be empty string (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Aug 7, 2022
1 parent 2d0ec99 commit 97d4a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Expand Up @@ -24,7 +24,7 @@ public function getDefaultConfig()
'assignees' => [],
'allow_updates_beyond_constraint' => 1,
'one_pull_request_per_package' => 0,
'timeframe_disallowed' => 0,
'timeframe_disallowed' => '',
'timezone' => '+0000',
'update_with_dependencies' => 1,
'default_branch' => '',
Expand Down

0 comments on commit 97d4a63

Please sign in to comment.