ci(struts6): adjusts workflows to use the new branch (#1659)

This commit is contained in:
Lukasz Lenart
2026-04-10 07:16:13 +02:00
committed by GitHub
parent 32c80b22bb
commit 5f7a9129fc
5 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ updates:
interval: "weekly"
cooldown:
default: 4
target-branch: "release/struts-6-8-x"
target-branch: "support/struts-6-x-x"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
- dependency-name: "com.github.ben-manes.caffeine:caffeine"
+1
View File
@@ -20,6 +20,7 @@ on:
branches:
- 'main'
- 'release/*'
- 'support/*'
pull_request:
permissions:
+1
View File
@@ -21,6 +21,7 @@ on:
branches:
- 'main'
- 'release/*'
- 'support/*'
permissions: read-all