Enable github actions and dependabot on 3.4.x branch

This commit is contained in:
Roy Clarkson
2025-04-03 13:13:55 -04:00
parent e56c6af334
commit 235ca07195
3 changed files with 20 additions and 6 deletions

View File

@@ -4,8 +4,22 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "3.3.x"
target-branch: "3.4.x"
- package-ecosystem: gradle
directory: "/"
target-branch: "3.4.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "3.4.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: gradle
directory: "/"
target-branch: "3.3.x"

View File

@@ -5,9 +5,9 @@ name: Java 17
on:
push:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
pull_request:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
jobs:
build:

View File

@@ -5,9 +5,9 @@ name: Java 21
on:
push:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
pull_request:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
jobs:
build: