add initial version of the dependabot yaml file

This commit is contained in:
coolbreeze413 2021-12-06 20:08:08 +05:30
parent 5029688bcf
commit 1208ef71a7
1 changed files with 18 additions and 0 deletions

18
.github/dependabot.yml vendored Normal file
View File

@ -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"