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" }