Skip to content

Commit 11bfbe4

Browse files
authored
Update dependabot.yml
1 parent e7730ef commit 11bfbe4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55

66
version: 2
77
updates:
8-
# Секція для GitHub Actions
8+
# Налаштування для оновлення GitHub Actions
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13+
day: "saturday" # Можна вказати конкретний день
14+
open-pull-requests-limit: 10 # Максимальна кількість відкритих PR одночасно
15+
16+
1317

0 commit comments

Comments
 (0)