mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +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
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
# 目标分支
|
||||||
target-branch: "dev"
|
target-branch: "dev"
|
||||||
# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
|
# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
|
||||||
ignore:
|
ignore:
|
||||||
@ -37,3 +38,17 @@ updates:
|
|||||||
# spring-security-oauth2-authorization-server 1.0 不支持 JDK 8
|
# spring-security-oauth2-authorization-server 1.0 不支持 JDK 8
|
||||||
versions:
|
versions:
|
||||||
- ">= 1"
|
- ">= 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