Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored Sep 4, 2024
1 parent ba2605e commit 363e941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"schedule": ["before 7:00 am every week on Monday"],
"schedule": ["before 7:00 on Monday"],
"prPriority": 99
}
],
Expand Down
2 changes: 1 addition & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{
"matchUpdateTypes": ["digest"],
"matchManagers": ["dockerfile"],
"schedule": ["before 7:00 am every week on Monday"],
"schedule": ["before 7:00 on Monday"],
"prPriority": 99
}
],
Expand Down

0 comments on commit 363e941

Please sign in to comment.