summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 070736446b4194ccf968716308519eeb97c3c722 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
version: 2
updates:
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: daily
      time: "04:00"
    pull-request-branch-name:
      separator: "-"
    open-pull-requests-limit: 10