aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: f4d737fa00d06549e0d5f366fc7e9930a448dd26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
    assignees:
      - "angristan"
    reviewers:
      - "angristan"