This is an automated email from the ASF dual-hosted git repository. florianhockmann pushed a commit to branch TINKERPOP-2576 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 9285d3ead23adc0a2b8d759412becefae893f0f6 Author: Florian Hockmann <[email protected]> AuthorDate: Fri Jun 4 11:43:13 2021 +0200 TINKERPOP-2576 Move to GitHub's Dependabot for Gremlin.NET Dependabot is now part of GitHub which comes with a new config file. This commit configures Dependabot only for Gremlin.NET so we can try it out there first. --- .dependabot/config.yml | 10 ---------- .github/dependabot.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 0871a00..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 1 -update_configs: - - package_manager: "java:maven" - directory: "/" - update_schedule: "monthly" - allowed_updates: - - match: - update_type: "security" - - match: - dependency_name: "org.apache.tinkerpop:die-dependabot" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6435b9d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/gremlin-dotnet" + schedule: + interval: "daily" + target-branch: "3.5-dev" + labels: + - ".NET" + - "dependencies"
