From 53aee96ea6291cfead2cccd82f9f27d051551600 Mon Sep 17 00:00:00 2001 From: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:48:07 +0100 Subject: [PATCH] [releases/25.2] Add Commit Options to AL-Go created pull requests (#2706) This pull request backports #2498 to releases/25.2 Fixes [AB#560310](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560310) Co-authored-by: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com> --- .github/AL-Go-Settings.json | 7 ++++++- .github/dependabot.yml | 12 ------------ 2 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index da556200a7..1fa66e4222 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -73,5 +73,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/*"