From cb9e4cac4845ffef936c9ad0d97cb5ca986d7a63 Mon Sep 17 00:00:00 2001 From: IamPekka058 <59747867+IamPekka058@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:35:48 +0200 Subject: [PATCH 1/2] :wrench: Update homepage URL in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6a169c32..ab379cc0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: github_flutter version: 0.0.1 description: A lightweight high-level GitHub API Client Library that uses Github's v3 API -homepage: https://github.com/IamPekka058/github_flutter +homepage: https://github.com/RubberDuckCrew/github_flutter/ environment: sdk: ^3.7.2 From 1741e83a35559fd5ae5715c6976bf4f3a287e704 Mon Sep 17 00:00:00 2001 From: IamPekka058 <59747867+IamPekka058@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:36:00 +0200 Subject: [PATCH 2/2] :wrench: Add reviewers for dependency updates in renovate.json --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 9bf7a82d..621aaab8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,6 +6,7 @@ "major": { "automerge": false }, + "reviewers": ["team:github-flutter-development"], "labels": [ "📌 Dependencies" ],