Skip to content

Commit 8fdf634

Browse files
chore(deps): amannn/action-semantic-pull-request from 5.4.0 to 5.5.3 (#3)
* Bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.3 Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.4.0 to 5.5.3. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5.4.0...v5.5.3) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * dependabot pr title * add npm too --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zeno Jiricek <[email protected]>
1 parent c02bab9 commit 8fdf634

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,21 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
commit-message:
9+
prefix: "chore(deps): github-actions "
10+
811
# dependabot for GitHub Actions for the template
912
- package-ecosystem: "github-actions"
1013
directory: "template/.github/"
1114
schedule:
1215
interval: "weekly"
16+
commit-message:
17+
prefix: "chore(deps): template github-actions "
18+
19+
- package-ecosystem: "npm"
20+
directory: "template/"
21+
schedule:
22+
interval: "weekly"
23+
commit-message:
24+
# Prefix all commit messages with "npm: "
25+
prefix: "chore(deps): template npm packages"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
semantic-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: amannn/action-semantic-pull-request@v5.4.0
14+
- uses: amannn/action-semantic-pull-request@v5.5.3
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:

0 commit comments

Comments
 (0)