File tree Expand file tree Collapse file tree 6 files changed +53
-3
lines changed
Expand file tree Collapse file tree 6 files changed +53
-3
lines changed Original file line number Diff line number Diff line change 1+ # Auto-generated by create_dependabot.sh
2+ # See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+ version : 2
5+ updates :
6+ - package-ecosystem : " github-actions"
7+ directory : " /"
8+ schedule :
9+ interval : " daily"
10+ - package-ecosystem : " terraform"
11+ directory : " /"
12+ schedule :
13+ interval : " daily"
Original file line number Diff line number Diff line change 88
99jobs :
1010 Create-Release :
11- uses : Coalfire-CF/Actions/.github/workflows/org-release.yml@main
11+ uses : Coalfire-CF/Actions/.github/workflows/org-release.yml@v0.0.20
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 1.0.2"
3+ }
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ No requirements.
8888
8989| Name | Source | Version |
9090| ------| --------| ---------|
91- | <a name =" module_diag " ></a > [ diag] ( #module\_ diag ) | github.com/Coalfire-CF/terraform-azurerm-diagnostics | n/a |
91+ | <a name =" module_diag " ></a > [ diag] ( #module\_ diag ) | git:: https:// github.com/Coalfire-CF/terraform-azurerm-diagnostics | n/a |
9292
9393## Resources
9494
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ resource "azurerm_advanced_threat_protection" "main" {
117117
118118module "diag" {
119119 # Evaluate if we want to keep this specifically pinned to this version or reference the latest
120- source = " github.com/Coalfire-CF/terraform-azurerm-diagnostics"
120+ source = " git::https:// github.com/Coalfire-CF/terraform-azurerm-diagnostics"
121121 diag_log_analytics_id = var. diag_log_analytics_id
122122 resource_id = azurerm_storage_account. main . id
123123 resource_type = " sa"
Original file line number Diff line number Diff line change 1+ {
2+ "packages" : {
3+ "." : {
4+ "bump-minor-pre-major" : true ,
5+ "changelog-path" : " CHANGELOG.md" ,
6+ "changelog-sections" : [
7+ {
8+ "hidden" : false ,
9+ "section" : " Features" ,
10+ "type" : " feat"
11+ },
12+ {
13+ "hidden" : false ,
14+ "section" : " Bug Fixes" ,
15+ "type" : " fix"
16+ },
17+ {
18+ "hidden" : false ,
19+ "section" : " Miscellaneous" ,
20+ "type" : " chore"
21+ },
22+ {
23+ "hidden" : false ,
24+ "section" : " Documentation" ,
25+ "type" : " docs"
26+ }
27+ ],
28+ "draft" : false ,
29+ "extra-files" : [],
30+ "release-type" : " terraform-module" ,
31+ "versioning" : " default"
32+ }
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments