From 1208ef71a7061d377893ec02d5286a5e11fab89d Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 20:08:08 +0530 Subject: [PATCH] add initial version of the dependabot yaml file --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..fd3e9659f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + #assignees: + # - "username" + labels: + - "submodule-updates" + # Must use the full team name, including the organization, as if you were @mentioning the team + #reviewers: + # - "username" + # Allow dependabot to open up to 10 open pull requests. Default is 5. + # open-pull-requests-limit: 10 + allow: + # only enable for the yosys-symbiflow-plugins submodule + - dependency-name: "yosys-plugins"