commit f37a03173a725c3d7b45bd7d6aec292d8481bf49
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 18:05:33 +0200
Archive issues/PRs export for MTRNord/matrixclient-testsuite
Diffstat:
3 files changed, 174 insertions(+), 0 deletions(-)
diff --git a/pulls/1.diff b/pulls/1.diff
@@ -0,0 +1,11 @@
+diff --git a/renovate.json b/renovate.json
+new file mode 100644
+index 0000000..f45d8f1
+--- /dev/null
++++ b/renovate.json
+@@ -0,0 +1,5 @@
++{
++ "extends": [
++ "config:base"
++ ]
++}
diff --git a/pulls/1.json b/pulls/1.json
@@ -0,0 +1,18 @@
+{
+ "number": 1,
+ "title": "Configure Renovate",
+ "state": "open",
+ "diff_file": "1.diff",
+ "author": "renovate[bot]",
+ "created_at": "2020-07-01T20:59:55Z",
+ "closed_at": null,
+ "merged_at": null,
+ "base_ref": "master",
+ "head_ref": "renovate/configure",
+ "labels": [],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "[](https://renovatebot.com)\n\nWelcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.\n\n:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.\n\n\n\n---\n### Detected Package Files\n\n * `Cargo.toml` (cargo)\n\n### Configuration Summary\n\nBased on the default config's presets, Renovate will:\n\n - Start dependency updates only once this onboarding PR is merged\n - Separate major versions of dependencies into individual branches/PRs\n - Do not separate patch and minor upgrades into separate PRs for the same dependency\n - Upgrade to unstable versions only if the existing version is unstable\n - Raise PRs immediately (after branch is created)\n - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others\n - Keep existing branches updated even when not scheduled\n - Disable automerging feature - wait for humans to merge all PRs\n - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories\n - Autodetect whether to pin dependencies or maintain ranges\n - Rate limit PR creation to a maximum of two per hour\n - Limit to maximum 20 open PRs at any time\n - Group known monorepo packages together\n - Use curated list of recommended non-monorepo package groupings\n - Ignore spring cloud 1.x releases\n - Ignore http4s digest-based 1.x milestones\n\n:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the \"What to Expect\" section below will be updated the next time Renovate runs.\n\n---\n\n### What to Expect\n\nWith your current configuration, Renovate will create 7 Pull Requests:\n\n<details>\n<summary>Update Rust crate http to 0.2.3</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-http-0.x`\n - Merge into: `master`\n - Upgrade http to `0.2.3`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate js_int to 0.1.9</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-js_int-0.x`\n - Merge into: `master`\n - Upgrade js_int to `0.1.9`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate log to 0.4.14</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-log-0.x`\n - Merge into: `master`\n - Upgrade log to `0.4.14`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate serde_json to 1.0.61</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-serde_json-1.x`\n - Merge into: `master`\n - Upgrade serde_json to `1.0.61`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate thiserror to 1.0.23</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-thiserror-1.x`\n - Merge into: `master`\n - Upgrade thiserror to `1.0.23`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate tokio to 0.2.25</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-tokio-0.x`\n - Merge into: `master`\n - Upgrade tokio to `0.2.25`\n\n\n</details>\n\n<details>\n<summary>Update Rust crate tokio to v1</summary>\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/rust-tokio-1.x`\n - Merge into: `master`\n - Upgrade tokio to `1.1.1`\n\n\n</details>\n\n<br />\n\n:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details.\n\n\n---\n\n:question: Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.\nIf you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions).\n\n\n---\n\nThis PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#{{platform}}/{{repository}}).\n",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/1.md b/pulls/1.md
@@ -0,0 +1,145 @@
+# PR #1 Configure Renovate
+
+- **Status:** open
+- **Author:** @renovate[bot]
+- **Created:** 2020-07-01T20:59:55Z
+- **Branch:** renovate/configure → master
+- **Diff:** [1.diff](./1.diff)
+
+---
+
+[](https://renovatebot.com)
+
+Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
+
+:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
+
+
+
+---
+### Detected Package Files
+
+ * `Cargo.toml` (cargo)
+
+### Configuration Summary
+
+Based on the default config's presets, Renovate will:
+
+ - Start dependency updates only once this onboarding PR is merged
+ - Separate major versions of dependencies into individual branches/PRs
+ - Do not separate patch and minor upgrades into separate PRs for the same dependency
+ - Upgrade to unstable versions only if the existing version is unstable
+ - Raise PRs immediately (after branch is created)
+ - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others
+ - Keep existing branches updated even when not scheduled
+ - Disable automerging feature - wait for humans to merge all PRs
+ - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories
+ - Autodetect whether to pin dependencies or maintain ranges
+ - Rate limit PR creation to a maximum of two per hour
+ - Limit to maximum 20 open PRs at any time
+ - Group known monorepo packages together
+ - Use curated list of recommended non-monorepo package groupings
+ - Ignore spring cloud 1.x releases
+ - Ignore http4s digest-based 1.x milestones
+
+:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
+
+---
+
+### What to Expect
+
+With your current configuration, Renovate will create 7 Pull Requests:
+
+<details>
+<summary>Update Rust crate http to 0.2.3</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-http-0.x`
+ - Merge into: `master`
+ - Upgrade http to `0.2.3`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate js_int to 0.1.9</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-js_int-0.x`
+ - Merge into: `master`
+ - Upgrade js_int to `0.1.9`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate log to 0.4.14</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-log-0.x`
+ - Merge into: `master`
+ - Upgrade log to `0.4.14`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate serde_json to 1.0.61</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-serde_json-1.x`
+ - Merge into: `master`
+ - Upgrade serde_json to `1.0.61`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate thiserror to 1.0.23</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-thiserror-1.x`
+ - Merge into: `master`
+ - Upgrade thiserror to `1.0.23`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate tokio to 0.2.25</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-tokio-0.x`
+ - Merge into: `master`
+ - Upgrade tokio to `0.2.25`
+
+
+</details>
+
+<details>
+<summary>Update Rust crate tokio to v1</summary>
+
+ - Schedule: ["at any time"]
+ - Branch name: `renovate/rust-tokio-1.x`
+ - Merge into: `master`
+ - Upgrade tokio to `1.1.1`
+
+
+</details>
+
+<br />
+
+:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details.
+
+
+---
+
+:question: Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
+If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions).
+
+
+---
+
+This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#{{platform}}/{{repository}}).
+
+