Skip to content

Commit

Permalink
Merge pull request #85 from paskal/paskal/remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused gomod update config, remove alpine updates
  • Loading branch information
umputun committed May 10, 2024
2 parents 9d5ce2f + 40299ed commit 80b445f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,17 @@ updates:
"GitHub Actions updates":
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
groups:
"Go modules updates":
dependency-type: "production"
"Go modules updates for tests":
dependency-type: "development"
- package-ecosystem: "gomod"
directory: "/_examples/simplechat"
schedule:
interval: "monthly"
groups:
"Go modules updates":
dependency-type: "production"
"Go modules updates for tests":
dependency-type: "development"

0 comments on commit 80b445f

Please sign in to comment.