Skip to content

Commit

Permalink
fix: add v22.x to supported branches (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored Apr 26, 2024
1 parent 0e60f0c commit 4bd069b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dep_checker/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_cpe(self, repo_path: Path) -> Optional[str]:

dependencies_per_branch: dict[str, list[str]] = {
"main": common_dependencies,
"v22.x": common_dependencies,
"v21.x": common_dependencies,
"v20.x": common_dependencies,
"v18.x": common_dependencies, # ["per-branch-dependencies"],
Expand Down

0 comments on commit 4bd069b

Please sign in to comment.