mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00

Change-Id: I3213ad5ea76559e4774bb995fbe5ca4208b04792 Signed-off-by: Chris Kay <chris.kay@arm.com>
67 lines
1.6 KiB
YAML
67 lines
1.6 KiB
YAML
version: 2
|
|
updates:
|
|
- target-branch: "main"
|
|
package-ecosystem: "npm"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["minor", "patch"]
|
|
|
|
- target-branch: "lts-v2.10"
|
|
package-ecosystem: "npm"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["patch"]
|
|
|
|
- target-branch: "lts-v2.8"
|
|
package-ecosystem: "npm"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["patch"]
|
|
|
|
- target-branch: "main"
|
|
package-ecosystem: "pip"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/", "/tools/cot_dt2c", "/tools/tlc"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["minor", "patch"]
|
|
|
|
- target-branch: "lts-v2.10"
|
|
package-ecosystem: "pip"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["patch"]
|
|
|
|
- target-branch: "lts-v2.8"
|
|
package-ecosystem: "pip"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["patch"]
|