Compare commits

..

3 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ resources:
images:
- name: adguard/adguardhome
newName: adguard/adguardhome
newTag: v0.107.61
newTag: v0.107.62
namespace: adguard

View File

@ -7,7 +7,8 @@
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
"automerge": true,
"ignoreTests": true
}
]
}