config: remove docker properties renovate
This commit is contained in:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -15,5 +15,6 @@
|
||||
"updateInternalDeps": true,
|
||||
"rangeStrategy": "bump",
|
||||
"automerge": false,
|
||||
"baseBranches": ["dev"]
|
||||
"baseBranches": ["dev"],
|
||||
"branchPrefix": "renovate/"
|
||||
}
|
||||
5
.github/workflows/renovate.yml
vendored
5
.github/workflows/renovate.yml
vendored
@@ -14,6 +14,5 @@ jobs:
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v40.0.2
|
||||
with:
|
||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
||||
docker-user: root
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
configurationFile: '.github/renovate.json'
|
||||
Reference in New Issue
Block a user