hugo-theme-hello-friend/.github/dependabot.yml

14 lines
565 B
YAML
Raw Normal View History

2021-11-01 15:02:59 +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
version: 2
updates:
2021-11-01 15:04:05 +01:00
- package-ecosystem: "npm" # See documentation for possible values
2021-11-01 15:02:59 +01:00
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 25
versioning-strategy: auto