Skip to content

Commit

Permalink
remove dependabot labels config
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Jan 17, 2024
1 parent cd9fac2 commit fbac54e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels:
- "dependencies"
- "actions"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"imports": {
"deno_std/": "https://deno.land/std@0.211.0/",
"deno_std/": "https://deno.land/std@0.212.0/",
"esm.sh/": "https://esm.sh/v135/",
"rollup": "npm:@rollup/[email protected].4",
"rollup": "npm:@rollup/[email protected].5",
"@happy-dom/global-registrator": "npm:@happy-dom/global-registrator@13"
},
"scopes": {},
Expand Down
38 changes: 19 additions & 19 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/@types/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as fflateAlias from "esm.sh/fflate";
import * as fflateAlias from "npm:fflate@0.8.0";
declare global {
interface Window {
fflate: typeof fflateAlias;
Expand Down

0 comments on commit fbac54e

Please sign in to comment.