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:53:41 +10:00
parent 2e2d99b2f9
commit e13c1fe112
1 changed files with 25 additions and 0 deletions

View File

@ -16,13 +16,38 @@
# 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"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "archiva-2.x"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "daily"