1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

chore(renovate): drop explicit config in favor of preset

This commit is contained in:
Michael Kriese 2025-05-12 11:23:24 +02:00
parent 60652b4056
commit cc67f37a28
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -7,13 +7,6 @@
"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
}
]
}