mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-21 05:43:43 +08:00
Add weekly Dependabot updates for the root and /client Go modules, the frontend and miniprogram npm packages, and the docreader Python package. Existing /cli gomod and github-actions entries are kept. Semver-major bumps remain ignored to reduce noise.
64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
# Dependabot configuration for the WeKnora repository.
|
|
#
|
|
# Weekly schedule across all ecosystems. Semver-major upgrades are ignored to
|
|
# reduce noise; major bumps are routed through manual review.
|
|
version: 2
|
|
updates:
|
|
# Go modules
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
- package-ecosystem: gomod
|
|
directory: "/cli"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
- package-ecosystem: gomod
|
|
directory: "/client"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/frontend"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
- package-ecosystem: npm
|
|
directory: "/miniprogram"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
# Python
|
|
- package-ecosystem: pip
|
|
directory: "/docreader"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|
|
|
|
# GitHub Actions
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|