This is an automated email from the ASF dual-hosted git repository. mgrund pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git
The following commit(s) were added to refs/heads/master by this push: new 37a5675 Create dependabot.yml 37a5675 is described below commit 37a5675d6185bfea608afa0a0ae0a9644b4ad088 Author: Martin Grund <martin.gr...@databricks.com> AuthorDate: Thu Jan 2 21:47:18 2025 +0100 Create dependabot.yml ### What changes were proposed in this pull request? Add dependabot integration ### Why are the changes needed? Security ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI Closes #106 from grundprinzip/grundprinzip-patch-1. Authored-by: Martin Grund <martin.gr...@databricks.com> Signed-off-by: Martin Grund <martin.gr...@databricks.com> --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cd88554 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org