Skip to content

Commit

Permalink
Migrate configuration (recommended -> base) per validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jun 18, 2024
1 parent cea5e23 commit 79e13ee
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"timezone": "America/Los_Angeles",
"extends": [
"config:base",
"config:recommended",
"docker:disableMajor"
],
"ignorePaths": [
"os/alpine/**",
"rootfs/**"
],
"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 79e13ee

Please sign in to comment.