summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: c8a3165d69036458709f0e492dacdff5598a83d6 (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/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"