This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new c18a34068c HDDS-10686. Bump npm packages only for security (#6522)
c18a34068c is described below
commit c18a34068c36b339ff7064d51a54096bcc3a9d53
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Apr 16 19:20:50 2024 +0200
HDDS-10686. Bump npm packages only for security (#6522)
---
.github/dependabot.yml | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d591c3bc46..0a9d37a05a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -14,28 +14,11 @@
# limitations under the License.
version: 2
updates:
- # Maintain dependencies for GitHub Actions
- - package-ecosystem: "npm"
- directory:
"hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/"
- schedule:
- interval: "weekly"
- commit-message:
- prefix: "[Recon] Dependabot Package Upgrade: "
- groups:
- minor-updates:
- patterns:
- - "*"
- update-types:
- - "minor"
- - "patch"
+ - package-ecosystem: maven
+ directory: "/"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- pull-request-branch-name:
- separator: "-"
-
- - package-ecosystem: maven
- directory: "/"
schedule:
interval: "weekly"
day: "saturday"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]