ArchiveBox/.github/dependabot.yml

26 lines
706 B
YAML
Raw Normal View History

2024-04-12 13:59:05 -07: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 03:40:22 -07:00
- package-ecosystem: "pip"
2024-04-12 13:59:05 -07:00
directory: "/"
2024-04-12 17:19:01 -07:00
target-branch: "dev"
2024-04-12 13:59:05 -07:00
schedule:
2024-06-04 03:40:22 -07:00
interval: "monthly"
groups:
pip:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
groups:
npm:
patterns:
- "*"