Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Aug 11, 2023
1 parent f4f8be8 commit 6058638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@

"prPriority": 98,
"schedule": "after 3:00 am and before 6:00 am every weekday",
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
"matchManagers": ["buildkite"],
"matchPackageNames": ["seek-jobs/gantry"],

"schedule": "after 3:00 am and before 5:00 pm every weekday",
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
Expand All @@ -166,7 +166,7 @@
"commitMessageExtra": "",
"groupName": "aws-sdk",
"schedule": "after 3:00 am and before 6:00 am on the first day of the month",
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
Expand All @@ -188,7 +188,7 @@
],

"automerge": true,
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
Expand All @@ -210,7 +210,7 @@
"matchUpdateTypes": ["patch"],

"automerge": true,
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
Expand All @@ -226,7 +226,7 @@

"automerge": true,
"schedule": "before 3:00 am every weekday",
"minimumReleaseAge": 0,
"minimumReleaseAge": "0",
"updateNotScheduled": true
},
{
Expand Down Expand Up @@ -268,7 +268,7 @@
"schedule": "after 3:00 am and before 6:00 am on Monday and Friday",
"semanticCommitScope": "",
"semanticCommitType": "deps",
"minimumReleaseAge": 3,
"minimumReleaseAge": "3",
"internalChecksFilter": "strict",
"updateNotScheduled": false
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"format": "prettier --write .",
"lint": "prettier --check .",
"test": "concurrently yarn:test:*",
"test:default": "RENOVATE_CONFIG_FILE=default renovate-config-validator",
"test:non-critical": "RENOVATE_CONFIG_FILE=non-critical renovate-config-validator",
"test:third-party-major": "RENOVATE_CONFIG_FILE=third-party-major renovate-config-validator"
"test:default": "RENOVATE_CONFIG_FILE=default.json renovate-config-validator",
"test:non-critical": "RENOVATE_CONFIG_FILE=non-critical.json renovate-config-validator",
"test:third-party-major": "RENOVATE_CONFIG_FILE=third-party-major.json renovate-config-validator"
}
}

0 comments on commit 6058638

Please sign in to comment.