mirror of
https://github.com/hectorm/otpauth.git
synced 2026-05-07 20:12:27 +00:00
27 lines
663 B
YAML
27 lines
663 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
|
|
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
versioning-strategy: "increase"
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
npm-production-minor-patch:
|
|
dependency-type: "production"
|
|
update-types: ["minor", "patch"]
|
|
npm-development-minor-patch:
|
|
dependency-type: "development"
|
|
update-types: ["minor", "patch"]
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
github-actions-all:
|
|
patterns: ["*"]
|