Upgrading dependencies for 1.4

Updating pipelines
This commit is contained in:
Alberto C. Ríos
2022-01-05 12:35:57 +01:00
parent 72f7d12b94
commit 56364e4a5d
19 changed files with 48 additions and 48 deletions

View File

@@ -5,6 +5,16 @@ updates:
target-branch: "main"
schedule:
interval: weekly
milestone: 14
labels:
- dependencies
- package-ecosystem: gradle
directory: "/"
target-branch: "1.3.x"
schedule:
interval: weekly
milestone: 22
labels:
- dependencies
@@ -13,6 +23,7 @@ updates:
target-branch: "1.2.x"
schedule:
interval: weekly
milestone: 23
labels:
- dependencies
@@ -21,5 +32,6 @@ updates:
target-branch: "1.1.x"
schedule:
interval: weekly
milestone: 24
labels:
- dependencies

View File

@@ -5,9 +5,9 @@ name: build
on:
push:
branches: [ main, 1.2.x, 1.1.x ]
branches: [ main, 1.3.x, 1.2.x, 1.1.x ]
pull_request:
branches: [ main, 1.2.x, 1.1.x ]
branches: [ main, 1.3.x, 1.2.x, 1.1.x ]
jobs:
build: