Skip to content

Commit

Permalink
default.json: apply schedule to every package
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 9, 2024
1 parent 5226dcc commit 0a0c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": ["minor", "major", "patch", "pin", "digest"],
"minimumReleaseAge": "4 days",
"schedule": ["* 0-4 * * 3"]
},
Expand Down

0 comments on commit 0a0c7a4

Please sign in to comment.