mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
Merge "chore(dependabot): further refine Dependabot configuration" into integration
This commit is contained in:
commit
71348d392d
1 changed files with 10 additions and 4 deletions
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
|
@ -2,17 +2,19 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- target-branch: "main"
|
- target-branch: "main"
|
||||||
package-ecosystem: "npm"
|
package-ecosystem: "npm"
|
||||||
directories: ["/"]
|
versioning-strategy: "lockfile-only"
|
||||||
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
groups:
|
groups:
|
||||||
dev-deps:
|
dev-deps:
|
||||||
patterns: ["*"]
|
patterns: ["*"]
|
||||||
update-types: ["major", "minor", "patch"]
|
update-types: ["minor", "patch"]
|
||||||
|
|
||||||
- target-branch: "lts-v2.10"
|
- target-branch: "lts-v2.10"
|
||||||
package-ecosystem: "npm"
|
package-ecosystem: "npm"
|
||||||
directories: ["/"]
|
versioning-strategy: "lockfile-only"
|
||||||
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
groups:
|
groups:
|
||||||
|
@ -22,7 +24,8 @@ updates:
|
||||||
|
|
||||||
- target-branch: "lts-v2.8"
|
- target-branch: "lts-v2.8"
|
||||||
package-ecosystem: "npm"
|
package-ecosystem: "npm"
|
||||||
directories: ["/"]
|
versioning-strategy: "lockfile-only"
|
||||||
|
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
groups:
|
groups:
|
||||||
|
@ -32,6 +35,7 @@ updates:
|
||||||
|
|
||||||
- target-branch: "main"
|
- target-branch: "main"
|
||||||
package-ecosystem: "pip"
|
package-ecosystem: "pip"
|
||||||
|
versioning-strategy: "lockfile-only"
|
||||||
directories: ["/", "/tools/cot_dt2c", "/tools/tlc"]
|
directories: ["/", "/tools/cot_dt2c", "/tools/tlc"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
@ -42,6 +46,7 @@ updates:
|
||||||
|
|
||||||
- target-branch: "lts-v2.10"
|
- target-branch: "lts-v2.10"
|
||||||
package-ecosystem: "pip"
|
package-ecosystem: "pip"
|
||||||
|
versioning-strategy: "lockfile-only"
|
||||||
directories: ["/"]
|
directories: ["/"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
@ -52,6 +57,7 @@ updates:
|
||||||
|
|
||||||
- target-branch: "lts-v2.8"
|
- target-branch: "lts-v2.8"
|
||||||
package-ecosystem: "pip"
|
package-ecosystem: "pip"
|
||||||
|
versioning-strategy: "lockfile-only"
|
||||||
directories: ["/"]
|
directories: ["/"]
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
Loading…
Add table
Reference in a new issue