Browse Source

Enable renovate for github actions and cargo (#5394)

pull/5395/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
74636d24b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/renovate.json

2
.github/renovate.json

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

Loading…
Cancel
Save