mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
chore(renovate): enable indirect gomod deps
This commit is contained in:
parent
e57a12dac9
commit
60652b4056
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
"description": "Disable nektos/act, it's replaced",
|
"description": "Disable nektos/act, it's replaced",
|
||||||
"matchDepNames": ["github.com/nektos/act"],
|
"matchDepNames": ["github.com/nektos/act"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Enable indirect gomod updates but require approval",
|
||||||
|
"matchManagers": ["gomod"],
|
||||||
|
"matchDepTypes": ["indirect"],
|
||||||
|
"enabled": true,
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue