Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent 3b99e8a commit 7539aa4
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
Expand Up @@ -28,11 +28,11 @@
},
{
"description": "Allow updates after 7 days (exclude renovate)",
"excludePackageNames": [
"renovate/renovate"
],
"separateMinorPatch": true,
"minimumReleaseAge": "7 days"
"minimumReleaseAge": "7 days",
"matchPackageNames": [
"!renovate/renovate"
]
}
]
}

0 comments on commit 7539aa4

Please sign in to comment.