Merge "chore(dependabot): limit LTS branches to patch updates" into integration

This commit is contained in:
Manish Pandey 2025-02-04 16:02:11 +01:00 committed by TrustedFirmware Code Review
commit 51eb528184
2 changed files with 31 additions and 1 deletions

View file

@ -5,33 +5,57 @@ updates:
directories: ["/"] directories: ["/"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["major", "minor", "patch"]
- target-branch: "lts-v2.10" - target-branch: "lts-v2.10"
package-ecosystem: "npm" package-ecosystem: "npm"
directories: ["/"] directories: ["/"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["patch"]
- target-branch: "lts-v2.8" - target-branch: "lts-v2.8"
package-ecosystem: "npm" package-ecosystem: "npm"
directories: ["/"] directories: ["/"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["patch"]
- target-branch: "main" - target-branch: "main"
package-ecosystem: "pip" package-ecosystem: "pip"
directories: ["/", "/tools/cot_dt2c", "/tools/tlc"] directories: ["/", "/tools/cot_dt2c", "/tools/tlc"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["major", "minor", "patch"]
- target-branch: "lts-v2.10" - target-branch: "lts-v2.10"
package-ecosystem: "pip" package-ecosystem: "pip"
directories: ["/"] directories: ["/"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["patch"]
- target-branch: "lts-v2.8" - target-branch: "lts-v2.8"
package-ecosystem: "pip" package-ecosystem: "pip"
directories: ["/"] directories: ["/"]
schedule: schedule:
interval: "daily" interval: "daily"
groups:
dev-deps:
patterns: ["*"]
update-types: ["patch"]

View file

@ -1,5 +1,5 @@
# #
# Copyright (c) 2021-2024, Arm Limited. All rights reserved. # Copyright (c) 2021-2025, Arm Limited. All rights reserved.
# #
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# #
@ -1418,6 +1418,9 @@ subsections:
scope: tools scope: tools
subsections: subsections:
- title: Dependabot
scope: dependabot
- title: STM32 Image - title: STM32 Image
scope: stm32image scope: stm32image
@ -1477,6 +1480,9 @@ subsections:
- title: Compiler runtime libraries - title: Compiler runtime libraries
scope: compiler-rt scope: compiler-rt
- title: Development dependencies
scope: dev-deps
- title: libfdt - title: libfdt
scope: libfdt scope: libfdt