mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
👷 github每日扫描依赖并创建PR:目标分支
This commit is contained in:
parent
ac5f59ca56
commit
6db720cd06
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@ -10,6 +10,7 @@ updates:
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# 目标分支
|
||||
target-branch: "dev"
|
||||
# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
|
||||
ignore:
|
||||
@ -37,3 +38,17 @@ updates:
|
||||
# spring-security-oauth2-authorization-server 1.0 不支持 JDK 8
|
||||
versions:
|
||||
- ">= 1"
|
||||
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# 目标分支
|
||||
target-branch: "sca-springboot3"
|
||||
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# 目标分支
|
||||
target-branch: "sct-springboot3"
|
||||
|
Loading…
Reference in New Issue
Block a user