Skip to content

Commit

Permalink
feat(renovate): enable
Browse files Browse the repository at this point in the history
This will ensure our dependencies are kept up to date c:
  • Loading branch information
jalil-salame committed Dec 28, 2024
1 parent 827d73e commit 0f01fee
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 36 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -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 * * *"
]
}

0 comments on commit 0f01fee

Please sign in to comment.