arm-trusted-firmware/.github/dependabot.yml
Chris Kay e7be9243d0 chore(dependabot): limit LTS branches to patch updates
This change adjusts the Dependabot settings for the LTS branches such
that Dependabot does not open pull requests for changes which anything
more substantial than patch updates (typically security fixes).

Change-Id: Icc203038e8069e723926849a33c3e8784b544053
Signed-off-by: Chris Kay <chris.kay@arm.com>
2025-02-03 11:25:43 +00:00

61 lines
1.3 KiB
YAML

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