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,
|
"updateInternalDeps": true,
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"automerge": false,
|
"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
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v40.0.2
|
uses: renovatebot/github-action@v40.0.2
|
||||||
with:
|
with:
|
||||||
docker-cmd-file: .github/renovate-entrypoint.sh
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
docker-user: root
|
configurationFile: '.github/renovate.json'
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
Reference in New Issue
Block a user