Skip to content

Commit

Permalink
Merge pull request #68 from planetscale/switch-to-renovate-preset
Browse files Browse the repository at this point in the history
renovate: switch to new weeklyBatchMinorPatchDigest preset
  • Loading branch information
joemiller authored Mar 15, 2024
2 parents 4c72215 + 2ae8946 commit 35db222
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>planetscale/renovate-config"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"schedule": [
"after 6pm on friday"
]
}
"github>planetscale/renovate-config",
"github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
]
}

0 comments on commit 35db222

Please sign in to comment.