mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
fix: use valid Renovate Docker managers
This commit is contained in:
parent
4a306fcf16
commit
4e107be8c8
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"enabledManagers": [
|
||||
"npm",
|
||||
"github-actions",
|
||||
"docker",
|
||||
"dockerfile",
|
||||
"pep621"
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
{
|
||||
"matchManagers": [
|
||||
"github-actions",
|
||||
"docker"
|
||||
"dockerfile"
|
||||
],
|
||||
"pinDigests": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue