This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 1650c20ea [#6509] Add dependabot configuration (#6510)
1650c20ea is described below
commit 1650c20eadf250106b7bbfda294bf6f870cb725b
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Feb 27 09:59:31 2025 +0800
[#6509] Add dependabot configuration (#6510)
### What changes were proposed in this pull request?
Add depedabot configuration to check gravitino and gravitino web UI
dependencies.
### Why are the changes needed?
So we know what to update.
Fix: #6509
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Unable to test locally.
Co-authored-by: Jerry Shao <[email protected]>
---
.github/dependabot.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..ba536c506
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+
+ - package-ecosystem: "gradle"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+
+ - package-ecosystem: "npm"
+ directory: "/web/web"
+ schedule:
+ interval: "weekly"