We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7925c commit 4f26b67Copy full SHA for 4f26b67
.gitignore
@@ -41,10 +41,12 @@ build/
41
node_modules/
42
43
44
-# Terraform state and backup files
+# Terraform state, variables, and backup files
45
*.tfstate
46
*.tfstate.backup
47
*.tfstate.lock.info
48
+*.tfvars
49
+*.tfvars.backup
50
.terraform/
51
52
.mergify/config.yml
@@ -2,9 +2,6 @@
2
3
#$schema: 'https://docs.mergify.com/mergify-configuration-schema.json'
4
5
-# All Status Checks should be listed explicitly (see https://docs.mergify.io/conditions/#about-status-checks):
6
-# `build` - .github/workflows/build.yml
7
-
8
pull_request_rules:
9
- name: Auto merge dependency updates
10
conditions:
0 commit comments