diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 9dacd7358b..f655832ee1 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -73,5 +73,10 @@ ] }, "UpdateALGoSystemFilesEnvironment": "Official-Build", - "templateSha": "bbc88d84c6c206b79a63ce535897e97c394d7059" + "templateSha": "bbc88d84c6c206b79a63ce535897e97c394d7059", + "commitOptions": { + "messageSuffix": "Related to AB#539394", + "pullRequestAutoMerge": true, + "pullRequestLabels": [ "Automation" ] + } } diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4654a5ef32..a9141bf5fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,5 @@ updates: ignore: - dependency-name: "microsoft/AL-Go-Actions/*" - dependency-name: "microsoft/AL-Go/*" + labels: + - "Automation" \ No newline at end of file