2020-06-07 01:41:31 +10:00
|
|
|
# To get started with Dependabot version updates, you'll need to specify which
|
|
|
|
# package ecosystems to update and where the package manifests are located.
|
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
2020-06-05 23:24:01 +10:00
|
|
|
version: 2
|
|
|
|
updates:
|
2020-06-07 01:41:31 +10:00
|
|
|
- package-ecosystem: npm
|
2022-03-21 14:46:11 +11:00
|
|
|
directory: '/'
|
2020-06-07 01:41:31 +10:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
open-pull-requests-limit: 99
|
|
|
|
allow:
|
2020-10-07 04:16:30 +11:00
|
|
|
- dependency-type: direct
|
2020-06-05 23:24:01 +10:00
|
|
|
|
2020-06-07 01:41:31 +10:00
|
|
|
- package-ecosystem: bundler
|
2022-03-21 14:46:11 +11:00
|
|
|
directory: '/'
|
2020-06-07 01:41:31 +10:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
open-pull-requests-limit: 99
|
|
|
|
allow:
|
2020-10-07 04:16:30 +11:00
|
|
|
- dependency-type: direct
|