aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: f6fd8129892d7588c61d80ad01f64c7ef5e142a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
    # Maintain dependencies for Gradle dependencies
    - package-ecosystem: "gradle"
      directory: "/"
      target-branch: "next"
      schedule:
          interval: "daily"
    # Maintain dependencies for GitHub Actions
    - package-ecosystem: "github-actions"
      directory: "/"
      target-branch: "next"
      schedule:
          interval: "daily"