Merge "chore(deps): add LTS Dependabot configuration" into integration

This commit is contained in:
Olivier Deprez 2025-01-31 13:37:02 +01:00 committed by TrustedFirmware Code Review
commit cc7f37137e
2 changed files with 42 additions and 0 deletions

5
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,5 @@
package.json @CJKay
package-lock.json @CJKay
pyproject.toml @CJKay
poetry.lock @CJKay

37
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,37 @@
version: 2
updates:
- target-branch: "main"
package-ecosystem: "npm"
directories: ["/"]
schedule:
interval: "daily"
- target-branch: "lts-v2.10"
package-ecosystem: "npm"
directories: ["/"]
schedule:
interval: "daily"
- target-branch: "lts-v2.8"
package-ecosystem: "npm"
directories: ["/"]
schedule:
interval: "daily"
- target-branch: "main"
package-ecosystem: "pip"
directories: ["/", "/tools/cot_dt2c", "/tools/tlc"]
schedule:
interval: "daily"
- target-branch: "lts-v2.10"
package-ecosystem: "pip"
directories: ["/"]
schedule:
interval: "daily"
- target-branch: "lts-v2.8"
package-ecosystem: "pip"
directories: ["/"]
schedule:
interval: "daily"