[skip ci] Add renovate.json & fix pull_request CI
This commit is contained in:
parent
4c063cf1ea
commit
2e4adab773
3 changed files with 11 additions and 11 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Set update schedule for GitHub Actions
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every week
|
||||
interval: "weekly"
|
||||
3
.github/workflows/build_pull_request.yml
vendored
3
.github/workflows/build_pull_request.yml
vendored
|
|
@ -38,4 +38,5 @@ jobs:
|
|||
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
|
||||
|
||||
- name: Build app and run unit tests
|
||||
run: ./gradlew detekt assembleStandardRelease testReleaseUnitTest
|
||||
# run: ./gradlew detekt assembleStandardRelease testReleaseUnitTest
|
||||
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest --stacktrace
|
||||
|
|
|
|||
9
renovate.json
Normal file
9
renovate.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"baseBranches": ["master"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"labels": ["Dependencies"],
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"includeForks": true
|
||||
}
|
||||
Loading…
Reference in a new issue