Skip to content

Commit

Permalink
1.26.0 site updates (#5727)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia authored Aug 29, 2023
1 parent 5471ca3 commit c9e0792
Show file tree
Hide file tree
Showing 114 changed files with 18,222 additions and 394 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ updates:
- projectcontour/maintainers

# release branch N targets
- target-branch: release-1.25
- target-branch: release-1.26
package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -52,7 +52,7 @@ updates:
k8s-dependencies:
patterns:
- "k8s.io/*"
- target-branch: release-1.25
- target-branch: release-1.26
package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -70,7 +70,7 @@ updates:
- projectcontour/maintainers

# release branch N-1 targets
- target-branch: release-1.24
- target-branch: release-1.25
package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -90,7 +90,7 @@ updates:
k8s-dependencies:
patterns:
- "k8s.io/*"
- target-branch: release-1.24
- target-branch: release-1.25
package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -108,7 +108,7 @@ updates:
- projectcontour/maintainers

# release branch N-2 targets
- target-branch: release-1.23
- target-branch: release-1.24
package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -128,7 +128,7 @@ updates:
k8s-dependencies:
patterns:
- "k8s.io/*"
- target-branch: release-1.23
- target-branch: release-1.24
package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
branch:
- main
- release-1.26
- release-1.25
- release-1.24
- release-1.23
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit c9e0792

Please sign in to comment.