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
|
||||
uses: renovatebot/github-action@v32.118.0
|
||||
with:
|
||||
configurationFile: renovate.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
module.exports = {
|
||||
extends: ["config:base"],
|
||||
onboarding: false,
|
||||
requireConfig: false,
|
||||
gitIgnoredAuthors: ["githubaction@githubaction.com"],
|
||||
dependencyDashboard: true,
|
||||
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