aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ea0377c1c8d15d9e240328b998f21c1dc6396e7e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
  - package-ecosystem: "gradle"
    directory: "/"
    schedule:
      interval: "daily"

    open-pull-requests-limit: 1
    labels:
      - "A-dependencies"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"