Skip to content

Commit f0d96d5

Browse files
authored
chore: prevent dependabot from updating the golang version (#4938)
We manage this one manually. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent f82e0ac commit f0d96d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ updates:
6868
- language/go
6969
- auto-approve
7070
ignore:
71+
- dependency-name: "go" # don't upgrad the golang version
7172
- dependency-name: github.com/aws/jsii-runtime-go
7273
- dependency-name: github.com/aws/jsii-runtime-go/*
7374
- dependency-name: github.com/aws/jsii/jsii-calc/go/*

0 commit comments

Comments
 (0)