summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 5bb8a98139d13183fffc80cc308f60de59c1be57 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
  - package-ecosystem: "docker"
    directory: "/"
    schedule:
      interval: "weekly"