Skip to content

Commit 72d9ad1

Browse files
committed
👷 Silently merge Renovate update
1 parent 867f8f5 commit 72d9ad1

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ name: Java CI with Gradle
99

1010
on:
1111
push:
12-
branches:
13-
- main
1412
pull_request:
1513
types:
1614
- opened

.github/workflows/sonar.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Java build with Gradle and SonarCloud
22
on:
33
push:
4-
branches:
5-
- main
64
pull_request:
75
types:
86
- opened
@@ -39,4 +37,4 @@ jobs:
3937
env:
4038
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4139
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
42-
run: ./gradlew build jacocoTestReport sonar --info
40+
run: ./gradlew build jacocoTestReport sonar --info

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"extends": [
44
"config:best-practices"
55
],
6-
"automerge": true
7-
}
6+
"automerge": true,
7+
"automergeType": "branch"
8+
}

0 commit comments

Comments
 (0)