Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
ci: update renovate schedule (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: rot1024 <aayhrot@gmail.com>
  • Loading branch information
KaWaite and rot1024 authored Mar 4, 2022
1 parent 6979a8d commit 496099c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"groupName": "dependencies",
"groupSlug": "gomod",
"semanticCommitType": "chore",
"extends": [
"schedule:earlyMondays"
"schedule": [
"before 3am on the fourth day of the month"
]
},
{
Expand All @@ -36,8 +36,8 @@
"groupName": "docker dependencies",
"groupSlug": "docker",
"semanticCommitType": "chore",
"extends": [
"schedule:earlyMondays"
"schedule": [
"before 3am on the fourth day of the month"
]
},
{
Expand All @@ -50,8 +50,8 @@
"groupName": "github actions dependencies",
"groupSlug": "github-actions",
"semanticCommitType": "ci",
"extends": [
"schedule:earlyMondays"
"schedule": [
"before 3am on the fourth day of the month"
]
}
]
Expand Down

0 comments on commit 496099c

Please sign in to comment.