summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: f026b0f5f9454aec25786d3876e66df31c99fdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
    ignore:
      - dependency-name: "*"
        update-types:
          - "version-update:semver-minor"
          - "version-update:semver-patch"
  - package-ecosystem: "pip"
    directory: "/Tools/clinic/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"