summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ba29cb1dad6c8e7eae1be178cde82b0c32d04fdb (plain)
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
  commit-message:
    prefix: "chore"
    include: "scope"