From 2467826f6dadf536ec13d35f9eb3fee108c791fa Mon Sep 17 00:00:00 2001 From: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:36:46 +0100 Subject: [PATCH] Add Commit Options to AL-Go created pull requests (#2498) Add Commit Options to pull requests created by AL-Go. needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#560310](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560310) --- .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 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/*"