1
0
Fork 0
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:
Michael Kriese 2025-05-12 11:18:04 +02:00
parent e57a12dac9
commit 60652b4056
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -7,6 +7,13 @@
"description": "Disable nektos/act, it's replaced",
"matchDepNames": ["github.com/nektos/act"],
"enabled": false
},
{
"description": "Enable indirect gomod updates but require approval",
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true,
"dependencyDashboardApproval": true
}
]
}