Enable renovate #206
2 changed files with 37 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
end_of_line = lf
|
||||
charset = utf-8
|
||||
|
||||
[*.nix]
|
||||
[*.{nix,json}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
|
36
.renovaterc.json
Normal file
36
.renovaterc.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [
|
||||
"jalil"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"automergeType": "pr",
|
||||
"commitBodyTable": true,
|
||||
"dependencyDashboard": true,
|
||||
"prCreation": "immediate",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"nix": {
|
||||
"fileMatch": [
|
||||
"(^|/)flake\\.nix$"
|
||||
],
|
||||
"commitMessageTopic": "nixpkgs",
|
||||
"commitMessageExtra": "to {{newValue}}",
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"recreateWhen": "always",
|
||||
"rebaseStalePrs": true,
|
||||
"branchTopic": "lock-file-maintenance",
|
||||
"commitMessageAction": "Lock file maintenance",
|
||||
"schedule": [
|
||||
"* 1-2 * * *"
|
||||
]
|
||||
},
|
||||
"automergeSchedule": [
|
||||
"* 1-2 * * *"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue