summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 4dc9f3854138dd33bad52dc16401ab934a17451e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: "weekly"
      day: "sunday"
  - package-ecosystem: "pip"
    directory: "/.github/workflows/dependencies"
    schedule:
      interval: "weekly"
      day: "sunday"