This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new cc8302a4 Add Dependabot configuration for GitHub Actions
cc8302a4 is described below
commit cc8302a4ada1d7d4565576c8c43bf53ccf4b9529
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 30 22:29:48 2026 +0100
Add Dependabot configuration for GitHub Actions
---
.github/workflows/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
new file mode 100644
index 00000000..5ace4600
--- /dev/null
+++ b/.github/workflows/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"