Skip to content

Add workflow to automatically bump manifest versions #8

Add workflow to automatically bump manifest versions

Add workflow to automatically bump manifest versions #8

Workflow file for this run

name: Update Bundle Dependencies Version Ranges
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
jobs:
update-manifest:
uses: laeubi/eclipse.platform.releng.aggregator/.github/workflows/updateBundles.yml@shared_update_bundles
with:
author: 'Eclipse Releng Bot <eclipse-releng-bot@eclipse.org>'
secrets:
token: ${{ secrets.PR_PAT }}