Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ build/
node_modules/


# Terraform state and backup files
# Terraform state, variables, and backup files
*.tfstate
*.tfstate.backup
*.tfstate.lock.info
*.tfvars
*.tfvars.backup
.terraform/


Expand Down
3 changes: 0 additions & 3 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

#$schema: 'https://docs.mergify.com/mergify-configuration-schema.json'

# All Status Checks should be listed explicitly (see https://docs.mergify.io/conditions/#about-status-checks):
# `build` - .github/workflows/build.yml

pull_request_rules:
- name: Auto merge dependency updates
conditions:
Expand Down