Skip to content

Commit

Permalink
Fix new constants namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Aug 1, 2023
1 parent b8d7ea2 commit c3eca5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- main
paths:
- "updater/**"
- "Dockerfile"
- ".github/workflows/updater.yml"
- "!docs/**"

Expand Down
4 changes: 2 additions & 2 deletions updater/bin/update-script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ def show_diff(original_file, updated_file)
# vulnerabilities_fixed: ,
# dependency_group: ,
github_redirection_service: Dependabot::PullRequestCreator::DEFAULT_GITHUB_REDIRECTION_SERVICE,
pr_message_max_length: Dependabot::Azure::PR_DESCRIPTION_MAX_LENGTH,
pr_message_encoding: Dependabot::Azure::PR_DESCRIPTION_ENCODING
pr_message_max_length: Dependabot::PullRequestCreator::Azure::PR_DESCRIPTION_MAX_LENGTH,
pr_message_encoding: Dependabot::PullRequestCreator::Azure::PR_DESCRIPTION_ENCODING
)

# Skip creating/updating PR
Expand Down

0 comments on commit c3eca5c

Please sign in to comment.