diff --git a/.github/github.json b/.github/github.json index d56257f..38fdb8d 100644 --- a/.github/github.json +++ b/.github/github.json @@ -54,7 +54,15 @@ ] }, "importantWorkflows": [ - "CI" + "CI", + "CodeQL", + "Dependency Graph", + "Dependabot Updates" + ], + "requiredStatusChecks": [ + "test", + "Analyze (actions)", + "Analyze (python)" ], "qaLabels": [], "deployLabels": [],