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