-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump security group module version (#210)
* chore: bump security group module version Signed-off-by: Andrew den Hertog <[email protected]> * chore: gen docs Signed-off-by: Andrew den Hertog <[email protected]> * task: make new vars avaialbe Signed-off-by: Andrew den Hertog <[email protected]> * chore: run format: Signed-off-by: Andrew den Hertog <[email protected]> --------- Signed-off-by: Andrew den Hertog <[email protected]>
- Loading branch information
1 parent
4a58a80
commit 8eb5183
Showing
5 changed files
with
80 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"extends": [ | ||
"config:base", | ||
":preserveSemverRanges" | ||
":preserveSemverRanges", | ||
":rebaseStalePrs" | ||
], | ||
"baseBranches": ["main", "master", "/^release\\/v\\d{1,2}$/"], | ||
"baseBranches": ["main"], | ||
"labels": ["auto-update"], | ||
"dependencyDashboardAutoclose": true, | ||
"enabledManagers": ["terraform"], | ||
"terraform": { | ||
"ignorePaths": ["**/context.tf", "examples/**"] | ||
"ignorePaths": ["**/context.tf"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.