Enable renovate for github actions and cargo (#5394)

This commit is contained in:
Oscar Hinton 2023-05-08 14:47:16 +02:00 committed by GitHub
parent d53f79e325
commit 74636d24b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
":separateMajorReleases"
],
"prConcurrentLimit": 3,
"enabledManagers": ["npm"],
"enabledManagers": ["cargo", "github-actions", "npm"],
"packageRules": [
{
"groupName": "{{manager}}",