Update renovate.js (#455)
* Update renovate.js * Delete renovate.json * Update renovate.yml
This commit is contained in:
parent
ff0bf87cbc
commit
c50265a4d4
1
.github/workflows/renovate.yml
vendored
1
.github/workflows/renovate.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v32.118.0
|
uses: renovatebot/github-action@v32.118.0
|
||||||
with:
|
with:
|
||||||
|
configurationFile: renovate.js
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
env:
|
env:
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ["config:base"],
|
extends: ["config:base"],
|
||||||
|
onboarding: false,
|
||||||
|
requireConfig: false,
|
||||||
gitIgnoredAuthors: ["githubaction@githubaction.com"],
|
gitIgnoredAuthors: ["githubaction@githubaction.com"],
|
||||||
dependencyDashboard: true,
|
dependencyDashboard: true,
|
||||||
enabledManagers: ["docker-compose", "dockerfile"],
|
enabledManagers: ["docker-compose", "dockerfile"],
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
],
|
|
||||||
"gitIgnoredAuthors": [
|
|
||||||
"githubaction@githubaction.com"
|
|
||||||
],
|
|
||||||
"dependencyDashboard": true,
|
|
||||||
"enabledManagers": ["docker-compose", "dockerfile"],
|
|
||||||
"hostRules": [
|
|
||||||
{
|
|
||||||
"matchHost": "docker.io",
|
|
||||||
"concurrentRequestLimit": 2
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"managers": ["docker-compose", "dockerfile"],
|
|
||||||
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|mongo|postgres|redis)(:|$)"],
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user