Skip to content

Commit

Permalink
update renovate config to group boto3, ignore quickstart python deps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Sep 12, 2024
1 parent 2df8bc7 commit c9d65b6
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ignorePaths": [
"**/infrastructure/public/common/**",
"**/node_modules/**",
"**/quickstarts/**/pyproject.toml",
"**/runway/cfngin/hooks/staticsite/auth_at_edge/templates/**",
"**/runway/templates/**",
"**/tests/**"
Expand All @@ -32,7 +33,8 @@
"docs",
"lint",
"linters",
"test"
"test",
"types"
],
"prPriority": -1
},
Expand All @@ -51,6 +53,26 @@
"cspell-{/,}**"
]
},
{
"description": "group all `boto3` related packages together",
"groupName": "boto3",
"matchCategories": [
"python"
],
"matchPackageNames": [
"boto3*",
"botocore*",
"mypy_boto*",
"mypy-boto*",
"s3transfer",
"types-boto*",
"types-s3transfer"
],
"schedule": [
"after 12am on monday",
"before 6am on monday"
]
},
{
"addLabels": [
"changelog:skip"
Expand Down Expand Up @@ -147,5 +169,6 @@
"platformAutomerge": true,
"semanticCommits": "disabled",
"separateMinorPatch": false,
"separateMultipleMajor": true
"separateMultipleMajor": true,
"stopUpdatingLabel": "status:blocked"
}

0 comments on commit c9d65b6

Please sign in to comment.