summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 3bdd491cfe50a3ec92a2b57da05f3970d216ee48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

# Maintain dependencies for GitHub Actions
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "tuesday"
    commit-message:
      prefix: "chore"
      include: "scope"
    ignore:
      - dependency-name: "Manual test"