aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 2b1fbc968f9782f12f765e10455272beb54f2496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: 2
updates:
  # Maintain Python packages
  - package-ecosystem: "pip"
    directory: "/"
    target-branch: master
    commit-message:
      prefix: "[Dependabot]"
    labels:
      - Dependencies
    reviewers:
      - tgingold
      - Paebbels
      - umarcor
    schedule:
      interval: "daily"    # Checks on Monday trough Friday.

  # Maintain GitHub Action runners
  - package-ecosystem: "github-actions"
    directory: "/"
    target-branch: master
    commit-message:
      prefix: "[Dependabot]"
    labels:
      - Dependencies
    reviewers:
      - tgingold
      - Paebbels
      - umarcor
    schedule:
      interval: "weekly"