use only maven central for dependabot

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-15 11:52:55 +10:00
parent e8378c3ef8
commit 963c09c974
1 changed files with 10 additions and 0 deletions

View File

@ -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: "redback-2.6.x"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
registries:
- maven-central
target-branch: "master"
schedule:
interval: "daily"