瀏覽代碼

use only maven central for maven dependabot update

Signed-off-by: Olivier Lamy <olamy@apache.org>
master-maven-indexer-6.0.1
Olivier Lamy 2 年之前
父節點
當前提交
a0a6ea792a
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      .github/dependabot.yml

+ 10
- 0
.github/dependabot.yml 查看文件

@@ -16,15 +16,25 @@
# under the License.

version: 2

registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2

updates:
- package-ecosystem: "maven"
directory: "/"
registries:
- maven-central
target-branch: "master"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
registries:
- maven-central
target-branch: "archiva-2.x"
schedule:
interval: "daily"

Loading…
取消
儲存