aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 77b45f6d8832c00e1772c632c7dce89c63347ea3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
  - package-ecosystem: "gradle"
    directory: "/"
    schedule:
      interval: "daily"
    open-pull-requests-limit: 5
    labels:
      - "A-dependencies"

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