Skip to content

Commit

Permalink
delete .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 26, 2023
1 parent 0320db4 commit e9ec45b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
- dependency-type: production
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e9ec45b

Please sign in to comment.