summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: cdeead13348a7e19d98b413ba6da917c162c7f85 (plain)
1
2
3
4
5
6
7
8
---
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily
...