summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 1d662ce16ab6d0be84f6f4eec6358b43121e65bc (plain)
1
2
3
4
5
6
7
8
version: 2
updates:
  - package-ecosystem: "github-actions" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "actions"