summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 94c89e03b69974b0d1d93e5abd026db48ed41b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  - package-ecosystem: "github-actions"
    directories:
      - "/"
      - ".github/actions/*/*"
    schedule:
      interval: "weekly"
    labels: []
    commit-message:
      prefix: ".github"