mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 10:22:37 +00:00
This change enables Dependabot on the LTS v2.12 branch Change-Id: Id6bc0031a827f5b527d687a7027b3d69ac35e7c8 Signed-off-by: Jidong Sun <jidong@google.com>
90 lines
2.2 KiB
YAML
90 lines
2.2 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.12"
|
|
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.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: ["minor", "patch"]
|
|
|
|
- target-branch: "lts-v2.12"
|
|
package-ecosystem: "pip"
|
|
versioning-strategy: "lockfile-only"
|
|
directories: ["/", "/tools/cot_dt2c", "/tools/memory", "/tools/tlc"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
dev-deps:
|
|
patterns: ["*"]
|
|
update-types: ["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"]
|