summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: a781b543b7a4959220efefd8cb00b6820c113f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2
updates:
  - package-ecosystem: docker
    directory: /
    schedule:
      interval: daily
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily
  - package-ecosystem: pip
    directory: /
    schedule:
      interval: daily
  - package-ecosystem: pip
    directory: /gitlint-core
    schedule:
      interval: daily