From aa8f8c004f17e35ac356e724fc64dac731d431c1 Mon Sep 17 00:00:00 2001 From: Prad Date: Fri, 27 Dec 2024 06:23:10 +0000 Subject: [PATCH] chore(dependabot): update dependabot configuration --- .github/dependabot.yml | 270 +++++++++++++++++++++++++++++++++++ .github/scripts/new_issue.sh | 2 +- 2 files changed, 271 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04d02677d..47eb4a11d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,6 @@ # To get started with Dependabot version updates, you'll need to specify which +# +# # package ecosystems to update and where the package manifests are located. # 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 @@ -9,3 +11,271 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]]] diff --git a/.github/scripts/new_issue.sh b/.github/scripts/new_issue.sh index e56ee8dcc..9c1f389fb 100755 --- a/.github/scripts/new_issue.sh +++ b/.github/scripts/new_issue.sh @@ -73,7 +73,7 @@ create_body() { } preview_issue() { - echo "# ($SCOPE) $TITLE" + echo "# [$SCOPE] $TITLE" echo "$ISSUE_BODY" }