Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37.289.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17cf8b6a597d96017fe51bf0312cf51caf6f78b5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 12, 2024

  1. chore(deps): update peter-evans/create-pull-request action to v6.0.3 (#…

    …28370)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    23ee6ae View commit details
  2. fix(hostRules): drop custom from platform hostTypes (#28371)

    rarkins authored Apr 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    17cf8b6 View commit details
Showing with 1 addition and 5 deletions.
  1. +1 −1 .github/workflows/update-data.yml
  2. +0 −4 lib/constants/platforms.ts
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
run: pnpm prettier-fix

- name: Create pull request
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
with:
author: 'Renovate Bot <renovate@whitesourcesoftware.com>'
branch: 'chore/update-static-data'
4 changes: 0 additions & 4 deletions lib/constants/platforms.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ export const GITEA_API_USING_HOST_TYPES = [
'gitea-changelog',
'gitea-releases',
'gitea-tags',
'custom',
];

export const GITHUB_API_USING_HOST_TYPES = [
@@ -26,7 +25,6 @@ export const GITHUB_API_USING_HOST_TYPES = [
'hermit',
'github-changelog',
'conan',
'custom',
];

export const GITLAB_API_USING_HOST_TYPES = [
@@ -36,12 +34,10 @@ export const GITLAB_API_USING_HOST_TYPES = [
'gitlab-packages',
'gitlab-changelog',
'pypi',
'custom',
];

export const BITBUCKET_API_USING_HOST_TYPES = [
'bitbucket',
'bitbucket-changelog',
'bitbucket-tags',
'custom',
];