devabhishekpal commented on code in PR #5538: URL: https://github.com/apache/ozone/pull/5538#discussion_r1381503784
########## .github/dependabot.yml: ########## @@ -0,0 +1,14 @@ +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: " + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] Review Comment: Sorry, uploaded the wrong SS, let me update it. Also for reference here are the PRs raised against my forked repo: https://github.com/devabhishekpal/ozone/pull/12 https://github.com/devabhishekpal/ozone/pull/13 https://github.com/devabhishekpal/ozone/pull/14 https://github.com/devabhishekpal/ozone/pull/15 https://github.com/devabhishekpal/ozone/pull/17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
