Skip to content

Commit

Permalink
dependabot: Can we split gomod?
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 19, 2024
1 parent dbc0ac9 commit 107d76c
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ updates:
- package-ecosystem: "gomod"
directories:
- "/"
- "/.ci/providerlint"
- "/.ci/tools"
- "/skaff"
- "/tools/awssdkpatch"
- "/tools/tfsdk2fw"
groups:
aws-sdk-go:
patterns:
Expand Down Expand Up @@ -48,6 +43,30 @@ updates:
interval: "daily"
open-pull-requests-limit: 30

- package-ecosystem: "gomod"
directories:
- "/.ci/providerlint"
- "/.ci/tools"
- "/skaff"
- "/tools/awssdkpatch"
- "/tools/tfsdk2fw"
ignore:
# hcl/v2 should only be updated via terraform-plugin-sdk
- dependency-name: "github.com/hashicorp/hcl/v2"
# terraform-plugin-go should only be updated via terraform-plugin-framework
- dependency-name: "github.com/hashicorp/terraform-plugin-go"
# terraform-plugin-log should only be updated via terraform-plugin-framework
- dependency-name: "github.com/hashicorp/terraform-plugin-log"
# go-hclog should only be updated via terraform-plugin-log
- dependency-name: "github.com/hashicorp/go-hclog"
# grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
- dependency-name: "google.golang.org/grpc"
# protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
- dependency-name: "google.golang.org/protobuf"
schedule:
interval: "daily"
open-pull-requests-limit: 30

- package-ecosystem: "terraform"
directory: "/infrastructure/repository"
schedule:
Expand Down

0 comments on commit 107d76c

Please sign in to comment.