Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dependabot.yml « .github - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31976021e8af4776da4ffdcf3fa23f66cc9a9416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens
    open-pull-requests-limit: 10
    reviewers:
      - XhmikosR
    labels:
      - dependencies
      - v5
    versioning-strategy: increase
    rebase-strategy: disabled