Skip to content

Commit

Permalink
fix: make Dependabot ignore relative deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Nov 1, 2023
1 parent 6d8b726 commit 203d937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ updates:
directory: "/assets"
schedule:
interval: daily
ignore:
- dependency-name: "phoenix"
- dependency-name: "phoenix_html"

0 comments on commit 203d937

Please sign in to comment.