Skip to content

Commit 3576824

Browse files
authored
ci(dependabot): add support for release/v7.2 branch (#279)
1 parent 1e468cf commit 3576824

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ updates:
33
- package-ecosystem: docker
44
labels:
55
- "dependabot"
6-
- "dependencies"
76
- "dep/docker"
87
- "luna/autoupdate"
98
commit-message:
@@ -15,10 +14,24 @@ updates:
1514
pull-request-branch-name:
1615
separator: "-"
1716

17+
- package-ecosystem: docker
18+
labels:
19+
- "dependabot"
20+
- "dep/docker"
21+
- "luna/autoupdate"
22+
target-branch: release/7.2
23+
commit-message:
24+
prefix: "chore(deps):"
25+
directory: "/"
26+
schedule:
27+
interval: "weekly"
28+
day: "saturday"
29+
pull-request-branch-name:
30+
separator: "-"
31+
1832
- package-ecosystem: github-actions
1933
labels:
2034
- "dependabot"
21-
- "dependencies"
2235
- "dep/github-actions"
2336
- "luna/autoupdate"
2437
commit-message:

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: build
22
on:
33
push:
4-
branches:
5-
- "*"
64
pull_request:
75
workflow_dispatch:
86
jobs:

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: docs
22
on:
33
push:
4-
branches:
5-
- "*"
64
pull_request:
75
workflow_dispatch:
86
jobs:

.github/workflows/metadata-gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
- "yes"
1212
- "no"
1313
push:
14-
branches:
15-
- "*"
1614
schedule:
1715
- cron: "30 * * * *"
1816
jobs:

.github/workflows/metadata.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
- "yes"
1212
- "no"
1313
push:
14-
branches:
15-
- "main"
16-
- "master"
1714
schedule:
1815
- cron: "30 * * * *"
1916
jobs:

0 commit comments

Comments
 (0)