chore(deps): add LTS-v2.12 Dependabot configuration
This change enables Dependabot on the LTS v2.12 branch Change-Id: Id6bc0031a827f5b527d687a7027b3d69ac35e7c8 Signed-off-by: Jidong Sun <jidong@google.com>
This commit is contained in:
parent
c8eb6b042b
commit
1727d690d2
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
@ -11,6 +11,17 @@ updates:
|
||||
patterns: ["*"]
|
||||
update-types: ["minor", "patch"]
|
||||
|
||||
- target-branch: "lts-v2.12"
|
||||
package-ecosystem: "npm"
|
||||
versioning-strategy: "lockfile-only"
|
||||
directories: ["/", "/tools/conventional-changelog-tf-a"]
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
dev-deps:
|
||||
patterns: ["*"]
|
||||
update-types: ["patch"]
|
||||
|
||||
- target-branch: "lts-v2.10"
|
||||
package-ecosystem: "npm"
|
||||
versioning-strategy: "lockfile-only"
|
||||
@ -44,6 +55,17 @@ updates:
|
||||
patterns: ["*"]
|
||||
update-types: ["minor", "patch"]
|
||||
|
||||
- target-branch: "lts-v2.12"
|
||||
package-ecosystem: "pip"
|
||||
versioning-strategy: "lockfile-only"
|
||||
directories: ["/", "/tools/cot_dt2c", "/tools/memory", "/tools/tlc"]
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
dev-deps:
|
||||
patterns: ["*"]
|
||||
update-types: ["patch"]
|
||||
|
||||
- target-branch: "lts-v2.10"
|
||||
package-ecosystem: "pip"
|
||||
versioning-strategy: "lockfile-only"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user