mirror of
https://github.com/usestrix/strix.git
synced 2026-08-18 17:52:32 +02:00
fix: use valid Renovate Docker managers
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
"enabledManagers": [
|
||||
"npm",
|
||||
"github-actions",
|
||||
"docker",
|
||||
"dockerfile",
|
||||
"pep621"
|
||||
],
|
||||
"packageRules": [
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"matchManagers": [
|
||||
"github-actions",
|
||||
"docker"
|
||||
"dockerfile"
|
||||
],
|
||||
"pinDigests": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user