summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 7c3343853e01f52dbcb2e7b54d58e336b9778ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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