mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "chore(deps): add LTS Dependabot configuration" into integration
This commit is contained in:
commit
cc7f37137e
2 changed files with 42 additions and 0 deletions
5
.github/CODEOWNERS
vendored
Normal file
5
.github/CODEOWNERS
vendored
Normal 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
37
.github/dependabot.yml
vendored
Normal 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"
|
Loading…
Add table
Reference in a new issue