OpenFPGA/.github/dependabot.yml

26 lines
827 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
timezone: "America/Denver"
#assignees:
# - "username"
#labels: need to add the required label to the repo first!
# - "submodule-updates"
# must use the full team name, including the organization, as if you were @mentioning the team
2021-12-06 15:06:14 -06:00
reviewers:
- "tangxifan"
- "tpagarani"
# Allow dependabot to open up to 10 open pull requests. Default is 5.
# open-pull-requests-limit: 10
allow:
2021-12-13 18:46:19 -06:00
# Enable for the yosys-symbiflow-plugins submodule
- dependency-name: "yosys-plugins"
2021-12-13 18:46:19 -06:00
# Enable for the yosys submodule
2021-12-13 18:34:01 -06:00
- dependency-name: "yosys"
2022-10-06 16:26:11 -05:00
# Enable for the vtr submodule
- dependency-name: "vtr-verilog-to-routing"