From c2ef5b008dbe641bf8c3eec22c0a0c9f6de133c3 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 23 Jul 2026 12:26:04 -0400 Subject: [PATCH 1/2] ci: adds a group for codeql actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03987b80..21c49960 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,7 @@ updates: open-pull-requests-limit: 10 cooldown: default-days: 7 + groups: + codeql: + patterns: + - "github/codeql-action*" From 4f15542dae70ee9609a37aab8ea71cbb66795e6d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 23 Jul 2026 12:26:35 -0400 Subject: [PATCH 2/2] ci: adds missing terms to the cspell configuration --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 36dc615f..b0cd6671 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,9 @@ ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": false, // Disable pytest (does not work with poetry yet) - "azure-pipelines.1ESPipelineTemplatesSchemaFile": true + "azure-pipelines.1ESPipelineTemplatesSchemaFile": true, + "cSpell.words": [ + "cooldown", + "pylint" + ] } \ No newline at end of file