Skip to content

Commit b4e3d1e

Browse files
authored
[#1688] Allow to run Renovate from GHA UI. (#1689)
1 parent 96b0066 commit b4e3d1e

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deps-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Dependency updates
33
on:
44
schedule:
55
- cron: '45 11,23 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
deps-updates:

.vortex/docs/content/tools/renovate.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ project.
2222
4. Automatically adds a `dependencies` label to a pull request.
2323
5. Automatically adds assignees to a pull request.
2424
6. Configuration for running Renovate self-hosted instance using CircleCI.
25+
7. Manual trigger from GitHub Actions UI.
2526

2627
## Self-hosted vs GitHub app
2728

.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/deps-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Dependency updates
33
on:
44
schedule:
55
- cron: '45 11,23 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
deps-updates:

.vortex/installer/tests/Fixtures/install/names/.github/workflows/deps-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -39,4 +39,4 @@
1+
@@ -40,4 +40,4 @@
22
RENOVATE_DEPENDENCY_DASHBOARD_TITLE: 'Renovate Dependency Dashboard (self-hosted) by GitHub Actions'
33
RENOVATE_DEPENDENCY_DASHBOARD: ${{ vars.RENOVATE_DEPENDENCY_DASHBOARD || 'false' }}
44
RENOVATE_DRY_RUN: ${{ vars.RENOVATE_DRY_RUN || 'false' }}

0 commit comments

Comments
 (0)