diff options
author | Olivier Lamy <olamy@apache.org> | 2022-08-06 14:21:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 14:21:58 +1000 |
commit | 30273c43c55bea0664ef39e99596809a08e614a1 (patch) | |
tree | 4f8a2200eb89fb06aa0579d52c096ed3b2afb2e0 | |
parent | 92c0a5a84cf125f2059f55135c852be38311fc74 (diff) | |
download | archiva-30273c43c55bea0664ef39e99596809a08e614a1.tar.gz archiva-30273c43c55bea0664ef39e99596809a08e614a1.zip |
no more dependabot for branch 2.x
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index baea27da1..768bbd234 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,20 +32,6 @@ updates: 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: "/" |