From 95c09a585efbff94cba38a1522dbb626059ced08 Mon Sep 17 00:00:00 2001 From: Nikolas Burkoff Date: Wed, 18 May 2022 13:45:16 +0100 Subject: [PATCH 1/2] add staged.deps yaml file --- staged_dependencies.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 staged_dependencies.yaml diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml new file mode 100644 index 00000000..54155489 --- /dev/null +++ b/staged_dependencies.yaml @@ -0,0 +1,9 @@ +--- +current_repo: + repo: insightsengineering/teal.reporter + host: https://github.com +downstream_repos: + insightsengineering/teals: + repo: insightsengineering/teal + host: https://github.com +upstream_repos: From 93a6e72fb4ac3e38ae9b5b8584d4ce88783a4e25 Mon Sep 17 00:00:00 2001 From: Nikolas Burkoff Date: Wed, 18 May 2022 13:56:38 +0100 Subject: [PATCH 2/2] update staged.deps --- staged_dependencies.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml index 54155489..b92ef00e 100644 --- a/staged_dependencies.yaml +++ b/staged_dependencies.yaml @@ -7,3 +7,6 @@ downstream_repos: repo: insightsengineering/teal host: https://github.com upstream_repos: + Roche/rtables: + repo: Roche/rtables + host: https://github.com