From bf31b7f1b5a30a17098b0be818d927a5024819c7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 8 Jan 2023 19:33:44 +0530 Subject: [PATCH] . --- .vscode/settings.json | 3 ++- content/posts/tips-and-tricks-for-using-renovate.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 content/posts/tips-and-tricks-for-using-renovate.md 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" ++++