Adding dependabot for commercially supported releases (#284)

This commit is contained in:
Alberto C. Ríos
2024-07-23 16:31:04 +02:00
committed by GitHub
parent 662771ec66
commit 41482cb546
4 changed files with 87 additions and 4 deletions

View File

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