summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ca4630c8fd1a9d72d965688889ff1703ca401b4d (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"