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 8a88af6 commit fa47189Copy full SHA for fa47189
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ # Обновление зависимостей npm (зависимости проекта)
4
+ - package-ecosystem: 'npm'
5
+ directory: '/' # Путь к каталогу, где находится файл package.json
6
+ schedule:
7
+ interval: 'weekly' # Интервал обновлений: ежедневно, еженедельно или ежемесячно
8
+ open-pull-requests-limit: 10 # Максимальное количество открытых pull request'ов от Dependabot
9
+
10
+ # Обновление зависимостей GitHub Actions
11
+ - package-ecosystem: 'github-actions'
12
+ directory: '/' # Путь к каталогу, где находятся файлы конфигурации GitHub Actions
13
14
+ interval: 'weekly'
15
+ open-pull-requests-limit: 5
0 commit comments