ci: add semver filtering to Dependabot auto-merge (patch/minor only) #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | ||
| on: | ||
| push: | ||
| branches: [develop] | ||
| pull_request: | ||
| branches: [develop, main] | ||
| workflow_dispatch: | ||
| inputs: | ||
| triggered-by: | ||
| description: 'Orchestrator run ID' | ||
| required: false | ||
| type: string | ||
| jobs: | ||
| build: | ||
|
Check failure on line 14 in .github/workflows/ci.yml
|
||
| uses: fireflyframework/.github/.github/workflows/java-ci.yml@main | ||
| with: | ||
| java-version: '25' | ||