Skip to content

Commit 767ed2a

Browse files
committed
chore: disable dependabot schedule run
1 parent 6f843a1 commit 767ed2a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ updates:
88
# Fetch and update latest `npm|yarn|pnpm` packages
99
- package-ecosystem: npm
1010
directory: /
11-
schedule:
12-
interval: monthly
13-
day: monday
14-
time: '01:00'
15-
# UTC -03:00
16-
timezone: America/Sao_Paulo
11+
# schedule:
12+
# interval: monthly
13+
# day: monday
14+
# time: '01:00'
15+
# # UTC -03:00
16+
# timezone: America/Sao_Paulo
1717
labels:
1818
- dependencies
1919
open-pull-requests-limit: 1
@@ -25,12 +25,12 @@ updates:
2525
# Fetch and update latest `github-actions` pkgs
2626
- package-ecosystem: github-actions
2727
directory: /
28-
schedule:
29-
interval: monthly
30-
day: monday
31-
time: '01:00'
32-
# UTC -03:00
33-
timezone: America/Sao_Paulo
28+
# schedule:
29+
# interval: monthly
30+
# day: monday
31+
# time: '01:00'
32+
# # UTC -03:00
33+
# timezone: America/Sao_Paulo
3434
labels:
3535
- dependencies
3636
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)