Skip to content

Commit

Permalink
feat(dependabot): group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Aug 2, 2023
1 parent 953bb6c commit 18ad3c3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ updates:
interval: "monthly"
reviewers:
- "EtienneM"
groups:
scalingo-deps:
patterns:
- "github.com/Scalingo/*"
dev-tests:
patterns:
- "github.com/bluele/factory-go"
- "github.com/golang/mock"
- "github.com/stretchr/testify"
- "github.com/DATA-DOG/go-sqlmock"
- "github.com/smartystreets/goconvey"
other-deps:
patterns:
- "*"
exclude-patterns:
- "github.com/Scalingo/*"
- "github.com/bluele/factory-go"
- "github.com/golang/mock"
- "github.com/stretchr/testify"
- "github.com/DATA-DOG/go-sqlmock"
- "github.com/smartystreets/goconvey"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 18ad3c3

Please sign in to comment.