Skip to content

Commit 3e92832

Browse files
committed
dependabot rename commit message prefix; reorder workflows paths
1 parent 602af06 commit 3e92832

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ updates:
2828
schedule:
2929
interval: "daily"
3030
commit-message:
31-
prefix: "[deps][conf]"
31+
prefix: "[conf]"
3232
include: "scope"
3333
allow:
3434
- dependency-type: all
@@ -42,7 +42,7 @@ updates:
4242
schedule:
4343
interval: "daily"
4444
commit-message:
45-
prefix: "[deps][http]"
45+
prefix: "[http]"
4646
include: "scope"
4747
allow:
4848
- dependency-type: all

.github/workflows/sub_conf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- conf/**
14-
- .github/workflows/sub_conf.yml
1513
- .golangci.yml
1614
- tools/**
1715
- .github/workflows/ci.yml
16+
- .github/workflows/sub_conf.yml
17+
- conf/**
1818

1919
jobs:
2020

.github/workflows/sub_http.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- http/**
14-
- .github/workflows/sub_http.yml
1513
- .golangci.yml
1614
- tools/**
1715
- .github/workflows/ci.yml
16+
- .github/workflows/sub_http.yml
17+
- http/**
1818

1919
jobs:
2020

scripts/dependabot-file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ section() {
3535
schedule:
3636
interval: "daily"
3737
commit-message:
38-
prefix: "[deps][${1}]"
38+
prefix: "[${1}]"
3939
include: "scope"
4040
allow:
4141
- dependency-type: all

0 commit comments

Comments
 (0)