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