Skip to content

Commit

Permalink
conf:renovate automerge configuration DAPI-1542
Browse files Browse the repository at this point in the history
configure renovate automerge strategy
  • Loading branch information
droinishvili committed May 10, 2023
1 parent e54e776 commit f170a45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Tradeshift/renovate-config:automerge-dev-deps"
]
}
5 changes: 2 additions & 3 deletions .github/workflows/pr-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: fetching
if: contains(github.ref, 'pull')
run: |
Expand All @@ -21,5 +21,4 @@ jobs:
ca-cert: ${{ secrets.MTLS_CACERT }}
client-cert: ${{ secrets.MTLS_CERT }}
client-key: ${{ secrets.MTLS_KEY }}
token: ${{ secrets.SONAR_TOKEN }}
host: "https://sonar.ts.sv"
token: ${{ secrets.SONAR_TOKEN }}

0 comments on commit f170a45

Please sign in to comment.