summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 4da4a0310a73f5f7531af924ff63fb8dfb79d36b (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: "pip"
    directory: "/"
    schedule:
      interval: "weekly"