Skip to content

Commit

Permalink
remove unused gomod update config, remove alpine updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed May 10, 2024
1 parent 9d5ce2f commit 40299ed
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 40299ed

Please sign in to comment.