summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 8db6eb5c12d373108be25a9a648d5b7d8bdaa4db (plain)
1
2
3
4
5
6
7
8
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "deps(actions)"