Skip to content

Commit

Permalink
renovate.json: adding schedule for wednesday
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard committed Apr 21, 2024
1 parent 05cebcf commit 28157f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"configMigration": true,
"extends": [
":pinDevDependencies",
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigests",
":pinDevDependencies"
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"automerge": true,
"automergeType": "branch",
"matchPackageNames": [
"ubuntu"
],
Expand All @@ -19,8 +21,7 @@
"minor",
"patch"
],
"automerge": true,
"automergeType": "branch"
"schedule": ["after 9pm on wednesday"]
}
]
}

0 comments on commit 28157f2

Please sign in to comment.