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

This change refactors the memmap tool into a Poetry project, with its own dependencies. You can continue to run it manually with: poetry run memory <args> Change-Id: I346283df1b8bfad4babc1f5a3861dab94d4a006a 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/memory", "/tools/tlc"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["major", "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"]
|