summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 367ccea110c13a4d5826dceac32904b9798d5a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:  
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 4
  
  # Maintain dependencies for Windows GUI nuget
  - package-ecosystem: "nuget"
    directory: "win/CS"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 4