summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: bb60c64fcca49c18e5cd8cc2437d48659ba45ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: monthly
    reviewers:
      - XhmikosR
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: monthly
    labels:
      - dependencies
    reviewers:
      - XhmikosR
    versioning-strategy: increase