File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,21 @@ updates:
5
5
directory : " /"
6
6
schedule :
7
7
interval : " weekly"
8
+ commit-message :
9
+ prefix : " chore(deps): github-actions "
10
+
8
11
# dependabot for GitHub Actions for the template
9
12
- package-ecosystem : " github-actions"
10
13
directory : " template/.github/"
11
14
schedule :
12
15
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"
Original file line number Diff line number Diff line change 11
11
semantic-pr :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : amannn/action-semantic-pull-request@v5.4.0
14
+ - uses : amannn/action-semantic-pull-request@v5.5.3
15
15
env :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
with :
You can’t perform that action at this time.
0 commit comments