Skip to content

Commit

Permalink
chore(ci): set minimumReleaseAge globally
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 20, 2024
1 parent ec1a129 commit 047fc9a
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"platformAutomerge": true,
"prCreation": "not-pending",
"rebaseWhen": "behind-base-branch",
"minimumReleaseAge": "3 days",
"prConcurrentLimit": 5,
"packageRules": [
{
Expand All @@ -43,17 +44,15 @@
"matchPackagePatterns": [
"^boto3$",
"^botocore$"
],
"minimumReleaseAge": "3 days"
]
},
{
"description": "Py - group pytest",
"groupName": "pytest",
"matchPackagePatterns": [
"^pytest$",
"^pytest-"
],
"minimumReleaseAge": "3 days"
]
},
{
"description": "Py - group sqlalchemy",
Expand All @@ -63,17 +62,15 @@
"^sqlmodel$",
"^sqlacodegen$",
"^mock-alchemy$"
],
"minimumReleaseAge": "3 days"
]
},
{
"description": "JS - group vite",
"groupName": "vite",
"matchPackagePatterns": [
"^vite$",
"^@vitejs\\/"
],
"minimumReleaseAge": "3 days"
]
},
{
"description": "JS - group linters",
Expand Down Expand Up @@ -134,13 +131,6 @@
"redux-thunk"
]
},
{
"description": "One week stability period for npm packages",
"matchDatasources": [
"npm"
],
"minimumReleaseAge": "3 days"
},
{
"matchManagers": [
"maven"
Expand All @@ -151,8 +141,7 @@
"lockFileMaintenance"
],
"groupName": "maven all non-major dependencies",
"groupSlug": "maven all-minor-patch",
"minimumReleaseAge": "3 days"
"groupSlug": "maven all-minor-patch"
},
{
"matchManagers": [
Expand All @@ -171,8 +160,7 @@
"replacement"
],
"groupName": "github actions all dependencies",
"groupSlug": "github actions all",
"minimumReleaseAge": "1 days"
"groupSlug": "github actions all"
},
{
"description": "JS - block eslint9",
Expand Down

0 comments on commit 047fc9a

Please sign in to comment.