Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 31, 2024
1 parent e71a89e commit f4db45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Run Renovate
uses: Lombiq/GitHub-Actions/.github/actions/renovate@issue/OSOE-815-combined
env:
CHECKOUT_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
env:
CHECKOUT_TOKEN: ${{ secrets.CHECKOUT_TOKEN }}
with:
log-level: ${{ inputs.log-level }}
1 change: 1 addition & 0 deletions Docs/Workflows/Productivity/Renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
<!-- textlint-disable doubled-spaces -->
> [!NOTE]
> There are some differences in behavior compared to the default that the workflow provides:
>
> - Only _renovate.json5_ configuration files in the root of the repository are supported.
> - The `schedule` and `prHourlyLimit` options coming from the `renovate.json5` configuration file are overridden, instead relying on the schedule of the workflow itself.
> - When run from other than the repository's default branch, a [dry run](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) will happen
Expand Down

0 comments on commit f4db45f

Please sign in to comment.