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*" 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