try to prefix dependabot commit msgs with dependabot emoji #175
This file contains 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: dependencies | |
'on': | |
push: | |
branches: [main] | |
jobs: | |
submit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
distribution: temurin | |
java-version: 21 | |
- uses: mikepenz/[email protected] | |
... |