Skip to content

Commit

Permalink
feat: automate nix updates with renovate
Browse files Browse the repository at this point in the history
log: automate nix updates
  • Loading branch information
wineee committed Dec 12, 2023
1 parent 5333a3e commit ff0344a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright: None
License: CC0-1.0

# Nix Develop files
Files: *.nix .envrc flake.lock
Files: *.nix .envrc flake.lock renovate.json
Copyright: None
License: CC0-1.0

Expand Down
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
},
"nix": {
"enabled": true
},
"git-submodules": {
"enabled": true
}
}

0 comments on commit ff0344a

Please sign in to comment.