Skip to content

Commit

Permalink
Forgot the examples portion (#3101)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman authored May 26, 2024
1 parent ff77f8b commit 57e88b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ updates:
directory: "/_examples" # Location of package manifests
schedule:
interval: "weekly"
ignore:
- dependency-name: "github.com/gorilla/websocket"
# For websocket, v1.5.1 has serious bugs
versions: ["v1.5.1"]
# Maintain dependencies for npm
- package-ecosystem: "npm" # See documentation for possible values
directory: "integration" # Location of package manifests
Expand Down

0 comments on commit 57e88b2

Please sign in to comment.