Closed Ranjith072 closed 4 years ago
Please provide the debug logs. You maybe need to wait for first day of the month before 3am
Also please format your code.
Yes, you'll need the debug logs for when you ran it during this time: "before 3am on the first day of the month"
{
"extends": [
"config:base"
],
"automergeType": "branch",
"automerge": true,
"masterIssue": true,
"major": {
"automerge": false
},
"pin": {
"automerge": true
},
"pinDigests": true,
"packageRules": [
{
"packageNames": ["awscli", "aws-sdk", "boto3", "boto3-stubs", "botocore"],
"extends": ["schedule:monthly"],
"groupName": "aws packages"
},
{
"packagePatterns": [
"^org\\.jetbrains\\.kotlinx:"
],
"versionScheme": "semver"
}
],
"lockFileMaintenance": {
"enabled": true
},
"ignorePaths": [
"sql-server-dependency/Dockerfile"
],
"stabilityDays": 3,
"prNotPendingHours": 74,
"timezone": "Europe/Oslo",
"semanticCommits": true
}
here is the full renovate.json file which is formatted . and also the issues not for only this month it has never worked at all.
edit: please format your code
Having stabilityDays
with the AWS SDK is bad idea because they often release daily and so it will never reach stability.
at least it should create a PR for these packages right ?i do not any PR's at all for these packages scheduled monthly.
unable to find the old logs on the dashboard as i could find only for few days ,is there any way to test this ?
I suggest you remove the prNotPendingHours
and stabilityDays
setting for your monthly packages before the start of the next month.
u mean something like this ?
"packageRules": [
{
"packageNames": ["awscli", "aws-sdk", "boto3", "boto3-stubs", "botocore"],
"extends": ["schedule:monthly"],
"stabilityDays": 0,
"prNotPendingHours": 0,
"groupName": "aws packages"
},
{
"packagePatterns": [
"^org\\.jetbrains\\.kotlinx:"
],
"versionScheme": "semver"
}
]
edit: please format your code
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs. If this question is not done (either you plan to update it or are waiting on someone to respond) then please add a comment here to bump it and/or get the other person's attention. We aim to do our best to solve every problem. This bot is here to help us clean up issues which are no longer of use to the original poster, and not to close anything prematurely, so bump as you need!
Which Renovate are you using?
Renovate Open Source CLI WhiteSource Renovate App
Which platform are you using?
GitHub Enterprise
Have you checked the logs? Don't forget to include them if relevant
What would you like to do?
i have a configuration like this for updating the the aws packages monthly but they are never updated . please let me know if there is anything that i am missing here .