File tree Expand file tree Collapse file tree 4 files changed +46
-0
lines changed
Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : monthly
12+ labels :
13+ - dependencies
Original file line number Diff line number Diff line change 1+ name-template : ' v$NEXT_PATCH_VERSION 🌈'
2+ tag-template : ' v$NEXT_PATCH_VERSION'
3+ categories :
4+ - title : ' 🚀 Features'
5+ labels :
6+ - ' enhancement'
7+ - title : ' 🐛 Bug Fixes'
8+ labels :
9+ - ' bug'
10+ - title : ' 🧰 Maintenance'
11+ labels :
12+ - ' chore'
13+ - ' dependencies'
14+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
15+ template : |
16+ ## What's Changed
17+
18+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - ' main'
7+
8+ jobs :
9+ update_release_draft :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : release-drafter/release-drafter@v5
13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ /.idea /
You can’t perform that action at this time.
0 commit comments