diff --git a/.vscode/settings.json b/.vscode/settings.json index be1984c..112ac94 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "deno.enable": true, "deno.unstable": true, - "deno.lint": false + "deno.lint": false, + "nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix" } diff --git a/content/posts/tips-and-tricks-for-using-renovate.md b/content/posts/tips-and-tricks-for-using-renovate.md new file mode 100644 index 0000000..fe0b64f --- /dev/null +++ b/content/posts/tips-and-tricks-for-using-renovate.md @@ -0,0 +1,9 @@ ++++ +categories = ["automation"] +date = 2023-01-08 +summary = "Renovate is an extremely powerful tool for keeping your dependencies up-to-date, and its flexibility is often left unexplored. I'm hoping to change that." +draft = true +slug = "tips-and-tricks-for-using-renovate" +tags = ["dependency-management", "renovate"] +title = "Tips and tricks for using Renovate" ++++