Upgrading dependencies for 1.4
Updating pipelines
This commit is contained in:
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user