Skip to content

Commit

Permalink
Merge pull request #208 from lucagrulla/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
lucagrulla authored Apr 30, 2021
2 parents b17ae7d + 32fb0d8 commit 2eb9979
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/aws/aws-sdk-go-v2
versions:
- 1.3.0
- 1.3.1
- 1.3.2
- 1.3.3
- dependency-name: github.com/aws/aws-sdk-go-v2/config
versions:
- 1.1.1
- 1.1.3
- 1.1.4
- 1.1.5
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
versions:
- 1.2.0
- 1.2.1
- dependency-name: github.com/aws/aws-sdk-go
versions:
- 1.37.10
- 1.37.15
- 1.37.20
- 1.37.24

0 comments on commit 2eb9979

Please sign in to comment.