summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ba00ea5f3d2e7a50b66fb9fa7f6d6d5b9b2fdc37 (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)"