summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: f54ba8953b5dbc3efdab655c0d66e6b7ec4cb18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens
  - package-ecosystem: npm
    directory: "/"
    reviewers:
      - XhmikosR
    labels:
      - dependencies
      - v5
    schedule:
      interval: weekly
      day: tuesday
      time: "12:00"
      timezone: Europe/Athens
    versioning-strategy: increase
    rebase-strategy: disabled