Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: honahuku/manifest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6ebdf7d96d71e985de65dd4dd8edb2b83592101
Choose a base ref
..
head repository: honahuku/manifest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8a6c2853ae5f3befb97b1db4c0e0961f4fe955d
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 .github/workflows/renovate-dryrun.yaml
  2. +1 −1 .github/workflows/renovate.yaml
4 changes: 2 additions & 2 deletions .github/workflows/renovate-dryrun.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.12
uses: renovatebot/github-action@v41.0.13
with:
configurationFile: '.github/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.12
uses: renovatebot/github-action@v41.0.13
with:
configurationFile: '.github/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.12
uses: renovatebot/github-action@v41.0.13
with:
configurationFile: '.github/renovate.json'
token: ${{ secrets.RENOVATE_TOKEN }}