summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 1173e0ce44a1ba51b4256e7513d33a2c5060680c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
- package-ecosystem: pip
  directory: "/"
  schedule:
    interval: daily
    time: "04:00"
  open-pull-requests-limit: 1
- package-ecosystem:  github-actions
  directory: "/"
  schedule:
    interval: weekly
    time: "02:00"
  open-pull-requests-limit: 1