Update .github/renovate.json

This commit is contained in:
Matt Reeves 2024-04-17 20:51:52 +00:00
parent efc0698b18
commit 7652190c9a

View file

@ -12,7 +12,12 @@
"hostRules": [ "hostRules": [
{ {
"matchHost": "docker.io", "matchHost": "docker.io",
"concurrentRequestLimit": 3, "concurrentRequestLimit": 3
}
],
"packageRules": [
{
"updateTypes": ["digest"],
"fetchChangeLogs": "pr" "fetchChangeLogs": "pr"
} }
] ]