fix(ci): unsupport arm v7
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-10-30 21:39:08 +01:00
parent d16526a51c
commit 0d6eefc348
3 changed files with 8 additions and 201 deletions

View File

@@ -9,7 +9,6 @@
"description": "Automatically update minor and patch versions of used drone-ci images",
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"excludePackagePatterns": [ "plugins/docker" ],
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},