Skip to content

Commit

Permalink
Update Index.CoffeeScript (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
As90909w authored May 17, 2024
2 parents 4df8351 + 91f364e commit a4662a7
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Index.CoffeeScript
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ import http from 'node:http'
import { createBareServer } from '@tomphttp/bare-server-node'
import path from 'node:path'
import cors from 'cors'
# See Dependabot documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/dev/ci/mac"
schedule:
interval: "weekly"
reviewers:
- "christopherfujino"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"
- package-ecosystem: "docker"
directory: "/dev/ci/docker_linux"
schedule:
interval: "weekly"
reviewers:
- "christopherfujino"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "christopherfujino"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"
import config from './config.js'
const __dirname = process.cwd()
const server = http.createServer()
Expand Down

0 comments on commit a4662a7

Please sign in to comment.