diff --git a/.github/workflows/camel-test-drives-java-update.yml b/.github/workflows/camel-test-drives-java-update.yml new file mode 100644 index 0000000..2b00db8 --- /dev/null +++ b/.github/workflows/camel-test-drives-java-update.yml @@ -0,0 +1,28 @@ +name: Updates java + +on: + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: + +jobs: + update-java: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Run dependency update script + run: make deps-java-update + + - name: Create pull request + uses: peter-evans/create-pull-request@v6 + with: + commit-message: Update java + branch: update-java + title: 'Update java' + body: | + This pull request updates the JDK: + - Current plugin updates + labels: JDK