chore(dependabot): update dependabot configuration

This commit is contained in:
Prad Nukala 2024-12-27 06:23:10 +00:00
parent d8e5bc9f37
commit aa8f8c004f
2 changed files with 271 additions and 1 deletions

270
.github/dependabot.yml vendored
View File

@ -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"
]]]]

View File

@ -73,7 +73,7 @@ create_body() {
}
preview_issue() {
echo "# ($SCOPE) $TITLE"
echo "# [$SCOPE] $TITLE"
echo "$ISSUE_BODY"
}