diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json
index 3864738541..8ddbdfb06c 100644
--- a/.github/AL-Go-Settings.json
+++ b/.github/AL-Go-Settings.json
@@ -72,5 +72,10 @@
     ]
   },
   "UpdateALGoSystemFilesEnvironment": "Official-Build",
-  "templateSha": "f38e373bfc51cc2349114b04a159f7179de47502"
+  "templateSha": "f38e373bfc51cc2349114b04a159f7179de47502",
+  "commitOptions": {
+    "messageSuffix": "Related to AB#539394",
+    "pullRequestAutoMerge": true,
+    "pullRequestLabels": [ "Automation" ]
+  }
 }
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 47abe51b13..0000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Please see the documentation for all configuration options:
-# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
-
-version: 2
-updates:
-- package-ecosystem: github-actions
-  directory: ".github/workflows/"
-  schedule:
-    interval: weekly
-  ignore:
-    - dependency-name: "microsoft/AL-Go-Actions/*"
-    - dependency-name: "microsoft/AL-Go/*"