From 77f3350ea4788d30d17819191c55aaef125919de Mon Sep 17 00:00:00 2001 From: calbearox <99705133+calbearox@users.noreply.github.com> Date: Fri, 18 Feb 2022 03:46:54 -0800 Subject: [PATCH 1/2] Create docs.file.js --- renovate/docs.file.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 renovate/docs.file.js diff --git a/renovate/docs.file.js b/renovate/docs.file.js new file mode 100644 index 0000000..6108ce9 --- /dev/null +++ b/renovate/docs.file.js @@ -0,0 +1 @@ +${maldito-dot}foo +-- node_modules +-- blerg (1.2.5) <---[A] +-- bar (1.2.3) <---[B] | `-- node_modules | +-- baz (2.0.2) <---[C] | | `-- node_modules | | `-- quux (3.2.0) | `-- asdf (2.3.4) `-- baz (1.2.3) <---[D] `-- node_modules `-- quux (3.2.0) <---[E] From 6654529698b653fc8c4b3f366783351afa851b17 Mon Sep 17 00:00:00 2001 From: calbearox <99705133+calbearox@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:20:09 -0800 Subject: [PATCH 2/2] Update docs.file.js --- renovate/docs.file.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate/docs.file.js b/renovate/docs.file.js index 6108ce9..3f4a238 100644 --- a/renovate/docs.file.js +++ b/renovate/docs.file.js @@ -1 +1,4 @@ ${maldito-dot}foo +-- node_modules +-- blerg (1.2.5) <---[A] +-- bar (1.2.3) <---[B] | `-- node_modules | +-- baz (2.0.2) <---[C] | | `-- node_modules | | `-- quux (3.2.0) | `-- asdf (2.3.4) `-- baz (1.2.3) <---[D] `-- node_modules `-- quux (3.2.0) <---[E] +fn main() { + println!("Hello, world!"); +}