chore(renovate): fix enabled managers

This commit is contained in:
Michael Kriese 2023-12-08 13:45:09 +01:00
parent 25f9a22372
commit 59b7449de9
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
"assignees": ["viceice"],
"enabledManagers": ["helmv3", "npm", "regex", "woodpecker"],
"enabledManagers": ["helmv3", "npm", "regex", "github-actions"],
"packageRules": [
{
"matchManagers": ["helmv3"],