Update .github/renovate.json
This commit is contained in:
parent
efc0698b18
commit
7652190c9a
1 changed files with 6 additions and 1 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -12,7 +12,12 @@
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"matchHost": "docker.io",
|
"matchHost": "docker.io",
|
||||||
"concurrentRequestLimit": 3,
|
"concurrentRequestLimit": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"updateTypes": ["digest"],
|
||||||
"fetchChangeLogs": "pr"
|
"fetchChangeLogs": "pr"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Reference in a new issue