Skip to content

Commit

Permalink
Configure dependabot for pigweed updates (#17659)
Browse files Browse the repository at this point in the history
Automate the gitmodules update via dependabot. Start with pigweed (if it
goes well, other repositories can follow).
  • Loading branch information
mspang authored and pull[bot] committed Aug 22, 2023
1 parent 9de8615 commit 2051129
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-name: "third_party/pigweed/repo"
open-pull-requests-limit: 1

0 comments on commit 2051129

Please sign in to comment.