Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent ab26412 commit 3ad9954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"schedule": ["before 9am on Monday"],
"baseBranches": ["hotfix"],
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"packagePatterns": ["*"],
"groupName": "all dependencies",
"groupSlug": "all"
"groupSlug": "all",
"matchPackageNames": ["*"]
}
],
"ignoreDeps": [],
Expand Down

0 comments on commit 3ad9954

Please sign in to comment.