Skip to content

Commit

Permalink
Migrate Renovate configuration (base -> recommended) per validator (#951
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Nuru authored Jun 18, 2024
1 parent 17c51fb commit 70dadcd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"timezone": "America/Los_Angeles",
"extends": [
"config:base",
"config:recommended",
"docker:disableMajor"
],
"ignorePaths": [
Expand All @@ -10,9 +10,14 @@
],
"packageRules": [
{
"packageNames": ["awscli","boto3"],
"groupName": ["AWS CLI packages"],
"schedule": ["after 4pm on friday"]
"matchPackageNames": [
"awscli",
"boto3"
],
"groupName": "AWS CLI packages",
"schedule": [
"after 4pm on friday"
]
}
],
"github-actions": {
Expand Down

0 comments on commit 70dadcd

Please sign in to comment.