summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 033b92413ad121867018497754236105c6720c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Set update schedule for GitHub Actions
version: 2

updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week
      interval: "weekly"
    commit-message:
      prefix: "CI:"