Skip to content

Commit

Permalink
Refine configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Dec 13, 2023
1 parent 7a8a6b1 commit c7f8456
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
]
"separateMajorMinor": false,
"packageRules": [
{
"groupName": "GH Actions",
"matchManagers": ["github-actions"],
"schedule": ["after 5am and before 8am on Wednesday"]
}
]
}

0 comments on commit c7f8456

Please sign in to comment.