diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 0000000..55d3bd6
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,12 @@
+pull_request_rules:
+ - name: Auto-merge Dependabot PRs into main
+ conditions:
+ - base = main
+ - author = dependabot[bot]
+ - check-success = Unit tests (ubuntu-latest)
+ - check-success = Unit tests (windows-latest)
+ - check-success = Unit tests (macos-latest)
+ - check-success = API tests
+ actions:
+ merge:
+ method: squash
diff --git a/aweXpect.Web.slnx b/aweXpect.Web.slnx
index 1bb10d7..d811100 100644
--- a/aweXpect.Web.slnx
+++ b/aweXpect.Web.slnx
@@ -27,7 +27,10 @@
-
+
+
+
+