We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7730ef commit 11bfbe4Copy full SHA for 11bfbe4
1 file changed
.github/dependabot.yml
@@ -5,9 +5,13 @@
5
6
version: 2
7
updates:
8
- # Секція для GitHub Actions
+ # Налаштування для оновлення GitHub Actions
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
interval: "weekly"
13
+ day: "saturday" # Можна вказати конкретний день
14
+ open-pull-requests-limit: 10 # Максимальна кількість відкритих PR одночасно
15
+
16
17
0 commit comments