aiohttp

Форк
0
/
dependabot.yml 
43 строки · 955.0 Байт
1
version: 2
2
updates:
3

4
  # Maintain dependencies for GitHub Actions
5
  - package-ecosystem: "github-actions"
6
    directory: "/"
7
    labels:
8
      - dependencies
9
    schedule:
10
      interval: "daily"
11

12
  # Maintain dependencies for Python
13
  - package-ecosystem: "pip"
14
    directory: "/"
15
    allow:
16
      - dependency-type: "all"
17
    labels:
18
      - dependencies
19
    schedule:
20
      interval: "daily"
21
    open-pull-requests-limit: 10
22

23
  # Maintain dependencies for GitHub Actions aiohttp backport
24
  - package-ecosystem: "github-actions"
25
    directory: "/"
26
    labels:
27
      - dependencies
28
    target-branch: "3.11"
29
    schedule:
30
      interval: "daily"
31
    open-pull-requests-limit: 10
32

33
  # Maintain dependencies for Python aiohttp backport
34
  - package-ecosystem: "pip"
35
    directory: "/"
36
    allow:
37
      - dependency-type: "all"
38
    labels:
39
      - dependencies
40
    target-branch: "3.11"
41
    schedule:
42
      interval: "daily"
43
    open-pull-requests-limit: 10
44

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.