Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:nix-community/docnix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki committed Nov 13, 2023
2 parents eb2c7d9 + 9704d3f commit 29c1343
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:all", "schedule:daily"],
"lockFileMaintenance": {
"enabled": true
},
"dependencyDashboard": true,
"nix": {
"enabled": true
}
}
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:all", "schedule:weekly"],
"lockFileMaintenance": {
"enabled": true
},
"dependencyDashboard": true,
"nix": {
"enabled": true
}
}

0 comments on commit 29c1343

Please sign in to comment.