Skip to content

Commit c167d04

Browse files
authored
reduce frequency of scala-steward to 30 days
1 parent 9a4af57 commit c167d04

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/scala-steward.conf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# If true, Scala Steward will sign off all commits (e.g. `git --signoff`).
22
# Default: false
33
signoffCommits = true
4+
5+
6+
# pullRequests.frequency allows to control how often or when Scala Steward
7+
# is allowed to create pull requests.
8+
#
9+
# Possible values:
10+
# @asap
11+
# PRs are created without delay.
12+
#
13+
# <timespan>
14+
# PRs are created only again after the given timespan since the last PR
15+
# has passed. Example values are "36 hours", "1 day", or "14 days".
16+
17+
# <CRON expression>
18+
# PRs are created roughly according to the given CRON expression.
19+
#
20+
# CRON expressions consist of five fields:
21+
# minutes, hour of day, day of month, month, and day of week.
22+
#
23+
# See https://www.alonsodomin.me/cron4s/userguide/index.html#parsing for
24+
# more information about the CRON expressions that are supported.
25+
#
26+
# Note that the date parts of the CRON expression are matched exactly
27+
# while the time parts are only used to abide to the frequency of
28+
# the given expression.
29+
#
30+
# Default: "@asap"
31+
#
32+
#pullRequests.frequency = "0 0 ? * 3" # every thursday on midnight
33+
pullRequests.frequency = "30 days"

0 commit comments

Comments
 (0)