From e9ec45b74f48423ce46070cf7167bd83b7d3a4dc Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 25 May 2023 23:39:43 -0700 Subject: [PATCH] delete .travis.yml --- .github/dependabot.yml | 9 +++------ .github/workflows/codeql.yml | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47e500a..8c3ac4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,10 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "npm" - directory: "/" # Location of package manifests + directory: "/" schedule: - interval: "weekly" + interval: "monthly" allow: - - dependency-type: "production" \ No newline at end of file + - dependency-type: production diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3627451..383aca2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,9 @@ -name: CodeQL +name: "CodeQL" on: push: branches: [ master ] pull_request: - # The branches below must be a subset of the branches above branches: [ master ] schedule: - cron: '18 7 * * 4'