mirror of https://github.com/apache/archiva.git
use only maven central for dependabot
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
2e2d99b2f9
commit
e13c1fe112
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue