You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by co...@apache.org on 2023/06/17 01:04:55 UTC

[tinkerpop] branch master updated: CTR update dependabot so docs/gremlint targets master branch

This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new ed438e549c CTR update dependabot so docs/gremlint targets master branch
ed438e549c is described below

commit ed438e549cf49448f7134ae47591d046e5deb24d
Author: Cole Greer <co...@bitquilltech.com>
AuthorDate: Fri Jun 16 18:04:48 2023 -0700

    CTR update dependabot so docs/gremlint targets master branch
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 885e1b78b7..e8a4ce073b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -36,7 +36,7 @@ updates:
     directory: "/docs/gremlint"
     schedule:
       interval: "daily"
-    target-branch: "3.5-dev"
+    target-branch: "master"
     labels:
       - "javascript"
       - "dependencies"