File tree Expand file tree Collapse file tree 6 files changed +2
-11
lines changed
Expand file tree Collapse file tree 6 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ version-resolver:
1717 - ' bugfix'
1818 - ' bug'
1919 - ' hotfix'
20- - ' no-release'
2120 default : ' minor'
2221
2322categories :
Original file line number Diff line number Diff line change 44 " :preserveSemverRanges"
55 ],
66 "labels" : [" auto-update" ],
7+ "dependencyDashboardAutoclose" : true ,
78 "enabledManagers" : [" terraform" ],
89 "terraform" : {
910 "ignorePaths" : [" **/context.tf" , " examples/**" ]
1011 }
1112}
12-
Original file line number Diff line number Diff line change 1010 steps :
1111 - name : " Checkout source code at current commit"
1212 uses : actions/checkout@v2
13+ # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1314 -
uses :
mszostok/[email protected] 1415 if : github.event.pull_request.head.repo.full_name == github.repository
1516 name : " Full check of CODEOWNERS"
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ Available targets:
158158| Name | Version |
159159| ------| ---------|
160160| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.0 |
161- | <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | >= 1.2 |
162161
163162## Providers
164163
Original file line number Diff line number Diff line change 44| Name | Version |
55| ------| ---------|
66| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.0 |
7- | <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | >= 1.2 |
87
98## Providers
109
Original file line number Diff line number Diff line change 11terraform {
22 required_version = " >= 0.13.0"
3-
4- required_providers {
5- local = {
6- source = " hashicorp/local"
7- version = " >= 1.2"
8- }
9- }
103}
You can’t perform that action at this time.
0 commit comments