summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 6e71d17e1cadd08702be8eda1d75ee2d090a9321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: monthly
      time: "12:00"
      timezone: Europe/Athens
    open-pull-requests-limit: 10
    reviewers:
      - XhmikosR
    labels:
      - dependencies
    versioning-strategy: increase
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: monthly
      time: "12:00"
      timezone: Europe/Athens