diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7aa8ed5..57bdcfa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @anmolnagpal @clouddrove/approvers @clouddrove-ci \ No newline at end of file +* @anmolnagpal @clouddrove/approvers @clouddrove-ci diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 031d9fe..2a30e69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -91,4 +91,3 @@ updates: - "approvers" # Allow up to 3 open pull requests for pip dependencies open-pull-requests-limit: 3 - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e713a5..be0b877 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: terraform-fmt - id: shellcheck - id: tflint - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 # Use the ref you want to point at + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3e67e..dcb07ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -169,4 +169,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.15.3]: https://github.com/clouddrove/terraform-aws-subnet/compare/v0.15.2...v0.15.3 [v1.0.1]: https://github.com/clouddrove/terraform-aws-subnet/compare/v0.15.3...v1.0.1 [v1.3.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/v1.0.1...v1.3.0 -[2.0.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/1.3.0...2.0.0 \ No newline at end of file +[2.0.0]: https://github.com/clouddrove/terraform-aws-subnet/compare/1.3.0...2.0.0 diff --git a/LICENSE b/LICENSE index b1d795e..f206edb 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index 5d2d574..4a52739 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@