Skip to content

Commit

Permalink
Disable dependencies updates of gomod (#221)
Browse files Browse the repository at this point in the history
* Disable dependencies updates of gomod

* chore: update TODO
  • Loading branch information
IceCodeNew authored Jul 24, 2024
1 parent ec5408a commit d37fd68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
# TODO:
# github.com/mholt/caddy-l4,
# modules/l4echo,
# modules/l4postgres,
# modules/l4ssh,
# modules/l4subroute,
# modules/l4tee,
Expand Down

0 comments on commit d37fd68

Please sign in to comment.