pixelfed/.github/dependabot.yml

20 wiersze
658 B
YAML
Czysty Zwykły widok Historia

2022-05-21 07:49:39 +00: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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-12-02 10:10:14 +00:00
- package-ecosystem: "composer"
directory: "/"
target-branch: "staging"
2022-05-21 07:49:39 +00:00
schedule:
2022-12-02 10:10:14 +00:00
interval: "weekly"
versioning-strategy: lockfile-only
- package-ecosystem: "npm"
directory: "/"
target-branch: "staging"
2022-05-21 07:49:39 +00:00
schedule:
2022-12-02 10:10:14 +00:00
interval: "weekly"
versioning-strategy: lockfile-only