Skip to content

Commit

Permalink
feat: Simplify logs location search by adding link to Dashboard (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Jan 19, 2023
1 parent fb73f46 commit ac2fcde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-title-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
chore
# Configure that a scope must always be provided.
requireScope: false
# # Configure additional validation for the subject based on a regex.
# # This example ensures the subject starts with an uppercase character.
# subjectPattern: ^[A-Z].+$
# Configure additional validation for the subject based on a regex.
# This example ensures the subject starts with an uppercase character.
subjectPattern: ^[A-Z].+$
# Ignore Renovatebot PRs
ignoreLabels: |
auto-update
# If `subjectPattern` is configured, you can use this property to override
# the default error message that is shown when the pattern doesn't match.
# The variables `subject` and `title` can be used within the message.
Expand Down
2 changes: 1 addition & 1 deletion default.template.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Dependency Dashboard issue customization. | https://docs.renovatebot.com/configuration-options/#dependencydashboard
"dependencyDashboardTitle": "Renovate Dependency Dashboard",
"dependencyDashboardLabels": ["auto-update"],
"dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>Main configs and useful links are located in [SpotOnInc/renovate-config](https://github.com/SpotOnInc/renovate-config).",
"dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>Main configs and useful links are located in [SpotOnInc/renovate-config](https://github.com/SpotOnInc/renovate-config); Renovate logs for debug [here](https://app.renovatebot.com/dashboard#{{platform}}/{{repository}}).",
// Limit branch creation to these times of day or week. | https://docs.renovatebot.com/configuration-options/#schedule
"schedule": ["after 4am on monday"],
// Wait at least 3 days for possible fixes before creating a branch/PR. | https://docs.renovatebot.com/configuration-options/#stabilitydays
Expand Down

0 comments on commit ac2fcde

Please sign in to comment.