Skip to content

Commit

Permalink
add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 20, 2024
1 parent 8362268 commit bd5da9e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automergeSchedule": [
"after 9pm",
"before 10pm"
],
"docker": {
"automerge": true,
"platformAutomerge": true,
"pinDigests": true,
"labels": ["Container updates"]
},
"github-actions": {
"labels": ["Action updates"]
},
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["postgres"],
"automerge": true,
"platformAutomerge": true
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": ["clickhouse/clickhouse-server"],
"enabled": false
},
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["postgres", "mariadb"],
"enabled": false
}
]
}

0 comments on commit bd5da9e

Please sign in to comment.