Skip to content

Commit

Permalink
Prepare to branch for DAP-04 (#1676)
Browse files Browse the repository at this point in the history
We are starting our DAP-05 implementation (#1669) and so must branch for
DAP-04.
  • Loading branch information
tgeoghegan authored Aug 15, 2023
1 parent 9b5f434 commit a0d752f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,21 @@ updates:
schedule:
interval: "weekly"
target-branch: "release/0.subscriber-01"

# Manage dependencies on the `release/0.5` branch
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
target-branch: "release/0.5"
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "release/0.5"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
target-branch: "release/0.5"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ branch.
| `release/0.1` | [`draft-ietf-ppm-dap-01`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/01/) | Yes | Unmaintained as of December 7, 2022 |
| `release/0.2` | [`draft-ietf-ppm-dap-02`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/02/) | Yes | Unmaintained as of July 13, 2023 |
| `release/0.3` | [`draft-ietf-ppm-dap-03`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/03/) | Yes | Unmaintained as of February 6, 2023 |
| `release/0.4` | [`draft-ietf-ppm-dap-04`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/04/) | Yes | Unmaintained as of May 24, 2023 |
| `release/0.subscriber-01` | [`draft-ietf-ppm-dap-02`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/02/) plus extensions | No | Supported |
| `main` | [`draft-ietf-ppm-dap-04`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/04/) | Yes | Supported |
| `release/0.5` | [`draft-ietf-ppm-dap-04`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/04/) | Yes | Supported |
| `main` | [`draft-ietf-ppm-dap-05`](https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/05/) | [Partial](https://github.com/divviup/janus/issues/1669) | Supported |

## Building

Expand Down

0 comments on commit a0d752f

Please sign in to comment.