summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: ca6a6ef73466c3887118deba7917d4c357f6e9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---

version: 2

updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    labels:
      - 'type: dependencies'
      - 'github-actions'