Skip to content

Commit

Permalink
Merge pull request #1940 from ucb-bar/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot to auto-update submodules
  • Loading branch information
abejgonzalez authored Aug 2, 2024
2 parents 565a630 + 0f4fdcf commit 1e3651b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

updates:
# submit a PR for bumping submodules daily (for selected submodules).
# updates a submodule to the latest commit on the branch given in .gitmodules.
# if branch not given, then it defaults to the main/master branch.
- package-ecosystem: gitsubmodule
schedule:
interval: "daily"
directory: /
# ignore certain submodules
ignore:
- dependency-name: "generators/gemmini"
- dependency-name: "generators/rocket-chip"
- dependency-name: "generators/rocket-chip-blocks"
- dependency-name: "generators/rocket-chip-inclusive-cache"
- dependency-name: "toolchains/riscv-tools/riscv-tests"
- dependency-name: "toolchains/riscv-tools/riscv-tools-feedstock"

0 comments on commit 1e3651b

Please sign in to comment.