diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d22b8046ff..4f47e1e96e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,7 @@ updates: # When you use this option, the settings for this package manager will no longer affect any pull requests raised for security updates. # see target-branch: "dev" + - package-ecosystem: "npm" directory: "/" schedule: @@ -23,6 +24,7 @@ updates: # When you use this option, the settings for this package manager will no longer affect any pull requests raised for security updates. # see target-branch: "dev" + - package-ecosystem: "bundler" directory: "/" schedule: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dfad139f64..ca75d21573 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,7 +11,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL Advanced" +name: "CodeQL" on: push: