Skip to content

Commit fa9f61d

Browse files
authored
Update s2n-quic submodule weekly through dependabot (#3053)
Use dependabot to update the `s2n-quic` submodule weekly (every Monday). This is to avoid having to do this effort manually, and to guarantee that none of the `s2n-quic` proofs break due to changes in Kani. I've tested this in my own fork, and it seemed to work correctly.
1 parent aaef7c7 commit fa9f61d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "gitsubmodule"
14+
directory: "/"
15+
allow:
16+
- dependency-name: "tests/perf/s2n-quic"
17+
schedule:
18+
interval: "weekly"

0 commit comments

Comments
 (0)