2020-06-06 16:41:31 +01: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 14:24:01 +01:00
|
|
|
version: 2
|
|
|
|
updates:
|
2020-06-06 16:41:31 +01:00
|
|
|
- package-ecosystem: npm
|
2022-03-21 03:46:11 +00:00
|
|
|
directory: '/'
|
2020-06-06 16:41:31 +01:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
open-pull-requests-limit: 99
|
|
|
|
allow:
|
2020-10-06 18:16:30 +01:00
|
|
|
- dependency-type: direct
|
2020-06-05 14:24:01 +01:00
|
|
|
|
2020-06-06 16:41:31 +01:00
|
|
|
- package-ecosystem: bundler
|
2022-03-21 03:46:11 +00:00
|
|
|
directory: '/'
|
2020-06-06 16:41:31 +01:00
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
open-pull-requests-limit: 99
|
|
|
|
allow:
|
2020-10-06 18:16:30 +01:00
|
|
|
- dependency-type: direct
|
2022-06-16 21:07:10 +01:00
|
|
|
|
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: '/'
|
|
|
|
schedule:
|
|
|
|
interval: weekly
|
|
|
|
open-pull-requests-limit: 99
|
|
|
|
allow:
|
|
|
|
- dependency-type: direct
|