Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
align with opencrvs-core
  • Loading branch information
naftis authored Mar 26, 2024
1 parent 754bf11 commit 707d7fd
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableMajorUpdates",
":dependencyDashboard",
"docker:pinDigests",
"monorepo:lerna"
],
"timezone": "Europe/Helsinki",
"schedule": ["after 9pm on sunday"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
"pruneStaleBranches": false,
"timezone": "Europe/London",
"schedule": [
"after 5pm every weekday",
"before 3am every weekday",
"every weekend"
]
}

0 comments on commit 707d7fd

Please sign in to comment.