aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 7d68ffb952fd8a38101342a00cd4ac37e8d8667d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 2
updates:
  # Updates for Gradle dependencies used in the app
  - package-ecosystem: gradle
    directory: "/"
    schedule:
      interval: "daily"
    commit-message:
      prefix: "⬆[Gradle]"
    reviewers:
      - "Wladefant"
      - "Docile-Alligator"

  # Updates for GitHub Actions used in the repository
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "⬆[GitHub Actions]"
    reviewers:
      - "Wladefant"
      - "Docile-Alligator"