|
|
@ -1,5 +1,5 @@
|
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
|
|
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
updates:
|
|
|
@ -7,7 +7,17 @@ updates:
|
|
|
|
directory: "/"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
interval: "weekly"
|
|
|
|
|
|
|
|
groups:
|
|
|
|
|
|
|
|
production-dependencies:
|
|
|
|
|
|
|
|
dependency-type: "production"
|
|
|
|
|
|
|
|
development-dependencies:
|
|
|
|
|
|
|
|
dependency-type: "development"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
interval: "weekly"
|
|
|
|
|
|
|
|
groups:
|
|
|
|
|
|
|
|
production-dependencies:
|
|
|
|
|
|
|
|
dependency-type: "production"
|
|
|
|
|
|
|
|
development-dependencies:
|
|
|
|
|
|
|
|
dependency-type: "development"
|
|
|
|