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