Delete renovate.json
Some checks are pending
Build and Push Docker Image / Build And Push Docker Image (push) Waiting to run

This commit is contained in:
2024-09-30 23:15:21 +02:00
parent a6a671e6f3
commit 4bad6e9c93

View File

@@ -1,10 +0,0 @@
{
"extends": [
"config:best-practices"
],
"packageRules": [{
"matchUpdateTypes": ["minor", "patch", "digest", "pinDigest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}]
}