ArchiveBox/.github/dependabot.yml

26 lines
706 B
YAML
Raw Normal View History

2024-04-12 16:59:05 -04: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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
2024-06-04 06:40:22 -04:00
- package-ecosystem: "pip"
2024-04-12 16:59:05 -04:00
directory: "/"
2024-04-12 20:19:01 -04:00
target-branch: "dev"
2024-04-12 16:59:05 -04:00
schedule:
2024-06-04 06:40:22 -04:00
interval: "monthly"
groups:
pip:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
groups:
npm:
patterns:
- "*"