Skip to content

Commit

Permalink
Update com.amazonaws:aws-java-sdk-bom on the last day of the month
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 1, 2023
1 parent e326fb5 commit cd444d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packageRules": [
{
"matchPackageNames": ["com.amazonaws:aws-java-sdk-bom"],
"schedule": ["before 3am on the first day of the month"]
"schedule": ["on the last day of the month"]
}
]
}
16 changes: 13 additions & 3 deletions .github/renovate.json-README
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
This works:

"packageRules": [
{
"matchPackageNames": ["com.amazonaws:aws-java-sdk-bom"],
"schedule": ["before 3am on the first day of the month"]
}
]

===========================================================================

This schedule doesn't work: Renovate accepts it but updates the dependency every day.
"schedule": ["on the last day of the month"],
"schedule": ["on the last day of the month"]
This schedule doesn't work: Renovate accepts it but updates the dependency every day.
"schedule": ["* 23 28 * *"]

Or, more likely, the problem was with
Or, more likely, the problems were with
"matchPackageNames": ["aws-java-sdk-bom"],
which I used for both of the above.

0 comments on commit cd444d5

Please sign in to comment.