Skip to content

Commit

Permalink
Ignore some louder dependencies from dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 10, 2023
1 parent cfcaec4 commit ad1d360
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ updates:
ignore:
- dependency-name: "esbuild"
update-types: ["version-update:semver-patch"]
- dependency-name: "@types/node"
- package-ecosystem: "npm"
directory: "/pagefind_ui/default"
open-pull-requests-limit: 1
Expand All @@ -36,6 +37,9 @@ updates:
ignore:
- dependency-name: "esbuild"
update-types: ["version-update:semver-patch"]
- dependency-name: "svelte"
update-types: ["version-update:semver-patch"]
- dependency-name: "@types/node"
- package-ecosystem: "npm"
directory: "/pagefind_ui/modular"
open-pull-requests-limit: 1
Expand All @@ -44,10 +48,14 @@ updates:
ignore:
- dependency-name: "esbuild"
update-types: ["version-update:semver-patch"]
- dependency-name: "svelte"
update-types: ["version-update:semver-patch"]
- dependency-name: "@types/node"
- package-ecosystem: "npm"
directory: "/wrappers/node"
open-pull-requests-limit: 1
schedule:
interval: "daily"
ignore:
- dependency-name: "@pagefind/*"
- dependency-name: "@types/node"

0 comments on commit ad1d360

Please sign in to comment.