Skip to content

Commit dc9e0ea

Browse files
committed
fix(dependabot-config): set to run only in the first day of the month
1 parent e1b9ad7 commit dc9e0ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/dependabot-config/assets/dependabot-conventional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ updates:
1010
directory: /
1111
schedule:
1212
interval: cron
13-
# bimonthly on the first Monday of the month at 01:00
14-
cronjob: 0 1 1-7 FEB,APR,JUN,AUG,OCT,DEC MON
13+
# bimonthly on the first day of the month at 01:00
14+
cronjob: 0 1 1 FEB,APR,JUN,AUG,OCT,DEC *
1515
# UTC -03:00
1616
timezone: America/Sao_Paulo
1717
labels:

packages/dependabot-config/assets/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ updates:
1010
directory: /
1111
schedule:
1212
interval: cron
13-
# bimonthly on the first Monday of the month at 01:00
14-
cronjob: 0 1 1-7 FEB,APR,JUN,AUG,OCT,DEC MON
13+
# bimonthly on the first day of the month at 01:00
14+
cronjob: 0 1 1 FEB,APR,JUN,AUG,OCT,DEC *
1515
# UTC -03:00
1616
timezone: America/Sao_Paulo
1717
labels:

0 commit comments

Comments
 (0)