aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 70bcd497378b7928b3478ef02017ce5c38b0fe0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
- package-ecosystem: nuget
  directory: "/"
  schedule:
    interval: weekly
    time: '12:00'
  open-pull-requests-limit: 10

- package-ecosystem: github-actions
  directory: '/'
  schedule:
    interval: weekly
    time: '12:00'
  open-pull-requests-limit: 10