aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 035620175e1ef45429a009e52898bdd7eac3e562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
- package-ecosystem: gradle
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10