Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 3091912 commit 97c20b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly"],
"extends": ["config:recommended", "schedule:weekly"],
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 5,
"packageRules": [
{
"groupName": "@nguniversal packages",
"matchPackagePatterns": ["^@nguniversal/"]
"matchPackageNames": ["/^@nguniversal//"]
},
{
"groupName": "@types packages",
"description": "types packages are updated automatically",
"matchPackagePatterns": ["^@types/"],
"automerge": true
"automerge": true,
"matchPackageNames": ["/^@types//"]
}
]
}

0 comments on commit 97c20b8

Please sign in to comment.