From bc09893c83a83fdcc527650ae9758221d4ab5c2b Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Mon, 11 Aug 2025 04:17:30 +0000 Subject: [PATCH 1/3] Sync: Resolve linter format issue after lock file maintenance --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 47dd857..a2e742f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ """Configure pytest for testing with nisync devices. -This module includes fixtures for setting up resources +This module includes fixtures for setting up resources and command line options for specifying resource names needed by test_session.py. """ From 74d2e5037e154c2b58dcb261c38797f1260a1f78 Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Tue, 12 Aug 2025 05:56:01 +0000 Subject: [PATCH 2/3] Sync: Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index da72cf9..ba6db0c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @tkrebes @tsengguanyung @CHrislian-NI @wchung-ni @waichun-NI \ No newline at end of file +* @tkrebes @tsengguanyung @CHrislian-NI @ni/mars-platform-team \ No newline at end of file From 78ba7c918c934ae25d5bab5a259d3bc074ed4357 Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Tue, 26 Aug 2025 14:11:05 +0800 Subject: [PATCH 3/3] Renovate: Update renovate configuration --- .github/renovate.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index f8dc889..aba7334 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "branchPrefix": "users/renovate/", - "extends": [ - "config:recommended", - ":maintainLockFilesWeekly", - ":automergePatch", - "schedule:automergeDaily" - ] -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>ni/python-renovate-config:recommended" + ] +} \ No newline at end of file