Skip to content

Commit

Permalink
add grouping and scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit authored Jan 22, 2024
1 parent 7851428 commit 8923a08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
semanticCommits: "auto",
schedule: [
"after 8am on sunday"
],
enabledManagers: [
"dockerfile",
"gomod",
"github-actions",
"npm",
"regex",
],
"packageRules": [
{
"matchManagers": ["dockerfile", "gomod", "github-actions", "npm", "regex"],
"groupName": "{{manager}}"
}
],
customManagers: [
{
customType: "regex",
Expand Down

0 comments on commit 8923a08

Please sign in to comment.