Skip to content

Commit

Permalink
Stop dependabot from ignoring bluemonday
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Apr 29, 2024
1 parent 5f06b20 commit 51d971a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ updates:
development-dependencies:
dependency-type: "development"
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/microcosm-cc/bluemonday
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions internal/bloblang/query/methods_strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,7 @@ var _ = registerSimpleMethod(

//------------------------------------------------------------------------------

// TODO: V5 remove this
var _ = registerSimpleMethod(
NewMethodSpec(
"strip_html", "",
Expand Down

0 comments on commit 51d971a

Please sign in to comment.