From cd1ef24648b15479830c9d434df28831ded7b301 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 6 Sep 2024 16:18:27 +0100 Subject: [PATCH] chore: group dependabot updates (#534) --- .github/dependabot.yml | 278 +++-------------------------------------- 1 file changed, 18 insertions(+), 260 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 175af335..df7e62b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,274 +3,32 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + groups: + all: + patterns: + - '*' - package-ecosystem: npm directory: / schedule: - interval: daily + interval: weekly - package-ecosystem: npm - directory: /src/1-getting-started/1_hello_world/nan + directories: + - /src/**/* schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/1_hello_world/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/1_hello_world/node-addon-api-addon-class - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/1_hello_world/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/2_function_arguments/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/2_function_arguments/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/2_function_arguments/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/3_callbacks/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/3_callbacks/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/3_callbacks/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/4_object_factory/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/4_object_factory/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/4_object_factory/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/5_function_factory/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/5_function_factory/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/5_function_factory/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/6_object_wrap/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/6_object_wrap/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/6_object_wrap/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/7_factory_wrap/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/7_factory_wrap/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/7_factory_wrap/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/1-getting-started/a-first-project/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/8_passing_wrapped/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/8_passing_wrapped/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/8_passing_wrapped/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/array_buffer_to_native/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async-iterator/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async_pi_estimate/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async_pi_estimate/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async_work_promise/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async_work_promise/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/async_work_thread_safe_function/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/8-tooling/build_with_cmake/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/8-tooling/build_with_cmake/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/call-js-from-async-worker-execute/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/7-events/emit_event_from_cpp/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/4-references-and-handle-scope/function-reference-demo/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/7-events/inherits_from_event_emitter/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/3-context-awareness/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/3-context-awareness/node_10 - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/5-async-work/napi-asyncworker-example/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/object-template-demo/nan - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/object-template-demo/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/object-wrap-demo/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/6-threadsafe-function/promise-callback-demo/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/6-threadsafe-function/thread_safe_function_counting/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/6-threadsafe-function/thread_safe_function_round_trip/napi - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/2-js-to-native-conversion/typed_array_to_native/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/6-threadsafe-function/typed_threadsafe_function/node-addon-api - schedule: - interval: daily - - - package-ecosystem: npm - directory: /src/8-tooling/typescript_with_addon/node-addon-api - schedule: - interval: daily + interval: weekly + groups: + all: + patterns: + - '*' - package-ecosystem: npm directory: /website schedule: - interval: daily + interval: weekly + groups: + all: + patterns: + - '*'